Sdp(TGlobalDescription, TMediaDescription) Members

Parses or builds an SDP as defined by RFC 2327.

The Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)> type exposes the following members.

Constructors

  Name Description
Public method Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>()()()() Initializes a new instance of the class.
Public method Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>(Sdp<(Of <<'(TGlobalDescription, TMediaDescription>)>>)) 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.
Public property GlobalDescription Gets the [GlobalDescription] object associated with this SDP.
Public property LastParseErrorLineNumber Gets the line number within the SDP where the error was detected.
Public property LastParseErrorMessage Gets a detailed message describing why the SDP could not be parsed on failure.
Public property MediaDescriptions Gets the list of [MediaDescriptions] associated with this SDP.

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.
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.
Public method Parse(array<Byte>[]()[][]) Parses the supplied byte array into data structures representing the components of the SDP.
Public method Parse(String) Parses the supplied array segment into data structures representing the components of the SDP.
Public method Parse(ArraySegment<(Of <<'(Byte>)>>), Boolean) Parses the specified array segment into data structures representing the components of the SDP.
Public method ToString Creates a string containing a valid SDP that is ready to be transmitted. (Overrides Object..::..ToString()()()().)
Public method TryParse(ArraySegment<(Of <<'(Byte>)>>)) Parses the supplied array segment of bytes as an SDP.
Public method TryParse(array<Byte>[]()[][]) Parses the supplied array of bytes as an SDP.
Public method TryParse(String) Parses the supplied string.
Public method TryParse(array<Byte>[]()[][], Int32, Int32, Boolean) Parses the supplied array of bytes as an SDP.
Public method Write Writes an SDP to the specified [TextWriter] object.

Top

See Also

Reference

Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)> Class

Microsoft.Rtc.Signaling Namespace