The SdpDescriptiontype exposes the following members.

Constructors

  Name Description
SdpDescription Overloaded.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetBytes
Creates an array of bytes containing a valid SDP that is ready to be transmitted. This function calls Write() and then converts the result to an array of bytes using the UTF-8 character set.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Parse Overloaded.
ToString
Creates a string containing a valid SDP that is ready to be transmitted. This function calls Write() and then converts the result to a string.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)
TryParse Overloaded.
Write
Creates a string containing a valid SDP that is ready to be transmitted.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)

Properties

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

See Also