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

Constructors

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.
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.
(Overrides ObjectToString () () () .)
TryParse Overloaded.
Write
Creates a string containing a valid SDP that is ready to be transmitted.

Properties

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

See Also