Click or drag to resize
SdpMedia Class
A session description may contain a number of media descriptions. Each media description starts with an "m=" field, and is terminated by either the next "m=" field or by the end of the session description.
Inheritance Hierarchy
SystemObject
  StreamCoders.SdpSdpBaseField
    StreamCoders.SdpSdpMedia

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SdpMedia : SdpBaseField

The SdpMedia type exposes the following members.

Constructors
  NameDescription
Public methodSdpMedia
Default constructor.
Top
Properties
  NameDescription
Public propertyFieldType
Gets or sets the type of the field.
(Inherited from SdpBaseField.)
Public propertyMedia
Gets or sets the Media Field.
Public propertyMediaFormats
Gets the MediaFormats.
Public propertyPort
Gets or sets the Port Field.
Public propertySubFields
Gets the SubFields of SDPMedia.
Public propertyTransport
Gets or sets the Transport Field.
Top
Methods
  NameDescription
Public methodFindAttribute
Search for a [key] in SubFields. E.g. a=rtpmap:96 ... ; The key here is "rtpmap".
Public methodFindRtpMap
Searches for "rtpmap" attribute in the SubFields belong to a certain payloadtype containing in MediaFormats
Public methodParse
Parses.
(Overrides SdpBaseFieldParse(String).)
Public methodToString
Convert this object into a string representation.
(Overrides SdpBaseFieldToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also