SdpWriter.AddFormat Method

Definition

Overloads

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.

AddFormat(Int32)

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

C#
public void AddFormat (int format);

Parameters

format
Int32

The value to append.

Exceptions

Thrown when the format attribute does not have a value from 0 to 127.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

AddFormat(String)

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

C#
public void AddFormat (string format);

Parameters

format
String

Value to append. Multiple values may be specified at once by separating them with a space.

Exceptions

Thrown when the format attribute is null.

Thrown when the format attribute is an empty string.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest