SdpDescription Members
Include Protected Members
Include Inherited Members
Applies an alias for the generic class for simplicity.
The SdpDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpDescription() | Creates the object. | |
SdpDescription([]) | Creates the object. Srict parsing is enforced. | |
SdpDescription([], Boolean) | Creates the object. |
Top
Properties
Name | Description | |
---|---|---|
CapacityEstimate | Gets the approximate amount of space required (in characters) to serialize the SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
GlobalDescription | Gets the GlobalDescription associated with this SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
LastParseErrorLineNumber | Gets the line number within the SDP where the error was detected. Line numbers start at 1. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
LastParseErrorMessage | Gets a detailed message describing why the SDP could not be parsed upon failure. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
MediaDescriptions | Gets the list of MediaDescriptions associated with this SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) |
Top
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<TGlobalDescription, TMediaDescription>) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
Parse(ArraySegment<Byte>) | Parses the supplied array segment into data structures representing the components of the SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
Parse([]) | Parses the supplied byte array into data structures representing the components of the SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
Parse(String) | Parses the supplied array segment into data structures representing the components of the SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
Parse(ArraySegment<Byte>, Boolean) | Parses the supplied array segment into data structures representing the components of the SDP. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
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<TGlobalDescription, TMediaDescription>) | |
TryParse(ArraySegment<Byte>) | Parses the supplied array segment of bytes as an SDP. Returns true if the SDP is valid. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
TryParse([]) | Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
TryParse(String) | Parses the supplied string. This function will convert the string to an array of UTF8 encoded bytes and then call the TryParse() function with an array of bytes. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
TryParse([], Int32, Int32, Boolean) | Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid. (inherited from Sdp<TGlobalDescription, TMediaDescription>) | |
Write | Creates a string containing a valid SDP that is ready to be transmitted. (inherited from Sdp<TGlobalDescription, TMediaDescription>) |
Top