SdpDescription Members

Defines an SDP description object.

The SdpDescription type exposes the following members.

Constructors

  Name Description
Public method SdpDescription()()()() Initializes a new instance of the class.
Public method SdpDescription(array<Byte>[]()[][]) Initializes a new instance of the class.
Public method SdpDescription(array<Byte>[]()[][], Boolean) Initializes a new instance of the class.

Top

Properties

  Name Description
Public property CapacityEstimate Gets the approximate amount of space required, in characters, to serialize the SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public property GlobalDescription Gets the [GlobalDescription] object associated with this SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public property LastParseErrorLineNumber Gets the line number within the SDP where the error was detected. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public property LastParseErrorMessage Gets a detailed message describing why the SDP could not be parsed on failure. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public property MediaDescriptions Gets the list of [MediaDescriptions] associated with this SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBytes Creates an array of bytes containing a valid SDP that is ready to be transmitted. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Parse(ArraySegment<(Of <<'(Byte>)>>)) Parses the supplied array segment into data structures representing the components of the SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method Parse(array<Byte>[]()[][]) Parses the supplied byte array into data structures representing the components of the SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method Parse(String) Parses the supplied array segment into data structures representing the components of the SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method Parse(ArraySegment<(Of <<'(Byte>)>>), Boolean) Parses the specified array segment into data structures representing the components of the SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method ToString Creates a string containing a valid SDP that is ready to be transmitted. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method TryParse(ArraySegment<(Of <<'(Byte>)>>)) Parses the supplied array segment of bytes as an SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method TryParse(array<Byte>[]()[][]) Parses the supplied array of bytes as an SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method TryParse(String) Parses the supplied string. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method TryParse(array<Byte>[]()[][], Int32, Int32, Boolean) Parses the supplied array of bytes as an SDP. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)
Public method Write Writes an SDP to the specified [TextWriter] object. (Inherited from Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>.)

Top

See Also

Reference

SdpDescription Class

Microsoft.Rtc.Signaling Namespace