SdpMedia Class |
Namespace: StreamCoders.Sdp
The SdpMedia type exposes the following members.
Name | Description | |
---|---|---|
![]() | FieldType |
Gets or sets the type of the field.
(Inherited from SdpBaseField.) |
![]() | Media |
Gets or sets the Media Field.
|
![]() | MediaFormats |
Gets the MediaFormats.
|
![]() | Port |
Gets or sets the Port Field.
|
![]() | SubFields |
Gets the SubFields of SDPMedia.
|
![]() | Transport |
Gets or sets the Transport Field.
|
Name | Description | |
---|---|---|
![]() | FindAttribute |
Search for a [key] in SubFields. E.g. a=rtpmap:96 ... ; The key here is "rtpmap".
|
![]() | FindRtpMap |
Searches for "rtpmap" attribute in the SubFields belong to a certain payloadtype
containing in MediaFormats |
![]() | Parse |
Parses.
(Overrides SdpBaseFieldParse(String).) |
![]() | ToString |
Convert this object into a string representation.
(Overrides SdpBaseFieldToString.) |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |