Defines an SDP description object.

The following tables list the members exposed by the SdpDescription type.

Public Constructors

  Name Description
SdpDescription Overloaded. Initializes a new instance of the class.
Top

Public Properties

  Name Description
CapacityEstimate  Gets the approximate amount of space required, in characters, to serialize the SDP.(inherited from Sdp)
GlobalDescription  Gets the GlobalDescription object associated with this SDP.(inherited from Sdp)
LastParseErrorLineNumber  Gets the line number within the SDP where the error was detected.(inherited from Sdp)
LastParseErrorMessage  Gets a detailed message describing why the SDP could not be parsed on failure.(inherited from Sdp)
MediaDescriptions  Gets the list of MediaDescriptions associated with this SDP.(inherited from Sdp)
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetBytes  Creates an array of bytes containing a valid SDP that is ready to be transmitted.(inherited from Sdp)
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
Parse  Overloaded. (inherited from Sdp )
ReferenceEquals  (inherited from Object )
ToString  Creates a string containing a valid SDP that is ready to be transmitted.(inherited from Sdp)
TryParse  Overloaded. (inherited from Sdp )
Write  (inherited from Sdp )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also