Click or drag to resize
SdpMedia Methods

The SdpMedia type exposes the following members.

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