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

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
AddFormat ( _
	
format 
As 
Integer _
)
C#
public 
void 
AddFormat(
	
int 
format
)
Visual C++
public:
void 
AddFormat(
	
int 
format
)
JavaScript
function 
addFormat(
format);

Parameters

format
Type: Int32
The value to append.

Exceptions

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

See Also