SdpWriter Class

Definition

Represents a class that is passed to functions that will serialize the SDP attribute.

public ref class SdpWriter
public class SdpWriter
type SdpWriter = class
Public Class SdpWriter
Inheritance
SdpWriter

Methods

AddAttribute(SdpAttribute)

Appends the supplied attribute.

AddAttribute(String)

Adds an attribute. This function is used for attributes that have a name portion only, but no value portion.

AddAttribute(String, String)

Appends an attribute. This function is used for attributes that have a name portion only, but no value portion.

AddFormat(Int32)

Appends a format value to the end of an "m" line when building an SDP.

AddFormat(String)

Appends a format value to the end of an "m" line when building an SDP.

Applies to