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 | |
---|---|---|
Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>()()()() | Initializes a new instance of the class. | |
Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)>(Sdp<(Of <<'(TGlobalDescription, TMediaDescription>)>>)) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
CapacityEstimate | Gets the approximate amount of space required, in characters, to serialize the SDP. | |
GlobalDescription | Gets the [GlobalDescription] object associated with this SDP. | |
LastParseErrorLineNumber | Gets the line number within the SDP where the error was detected. | |
LastParseErrorMessage | Gets a detailed message describing why the SDP could not be parsed on failure. | |
MediaDescriptions | Gets the list of [MediaDescriptions] associated with this SDP. |
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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse(ArraySegment<(Of <<'(Byte>)>>)) | Parses the supplied array segment into data structures representing the components of the SDP. | |
Parse(array<Byte>[]()[][]) | Parses the supplied byte array into data structures representing the components of the SDP. | |
Parse(String) | Parses the supplied array segment into data structures representing the components of the SDP. | |
Parse(ArraySegment<(Of <<'(Byte>)>>), Boolean) | Parses the specified array segment into data structures representing the components of the SDP. | |
ToString | Creates a string containing a valid SDP that is ready to be transmitted. (Overrides Object..::..ToString()()()().) | |
TryParse(ArraySegment<(Of <<'(Byte>)>>)) | Parses the supplied array segment of bytes as an SDP. | |
TryParse(array<Byte>[]()[][]) | Parses the supplied array of bytes as an SDP. | |
TryParse(String) | Parses the supplied string. | |
TryParse(array<Byte>[]()[][], Int32, Int32, Boolean) | Parses the supplied array of bytes as an SDP. | |
Write | Writes an SDP to the specified [TextWriter] object. |
Top
See Also
Reference
Sdp<(Of <(<'TGlobalDescription, TMediaDescription>)>)> Class