SdpWriter.AddFormat Method (Int32)
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
'Declaration
Public Sub AddFormat ( _
format As Integer _
)
'Usage
Dim instance As SdpWriter
Dim format As Integer
instance.AddFormat(format)
public void AddFormat(
int format
)
Parameters
- format
Type: System.Int32
The value to append.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the format attribute does not have a value from 0 to 127. |