Share via


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

Exceptions

Exception Condition
ArgumentOutOfRangeException

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

See Also

Reference

SdpWriter Class

SdpWriter Members

AddFormat Overload

Microsoft.Rtc.Signaling Namespace