Click or drag to resize
RtpmapAttribute Class
This attribute maps from an RTP payload type number (as used in an "m=" line) to an encoding name denoting the payload format to be used. It also provides information on the clock rate and encoding parameters. a=rtpmap:payload_type encoding_name/clock_rate [/encoding_parameters]
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RtpmapAttribute : SDPAttribute

The RtpmapAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRtpmapAttribute(UInt32, String, Int32)
Initializes a new instance of the RtpmapAttribute class
Public methodRtpmapAttribute(UInt32, String, Int32, String)
Initializes a new instance of the RtpmapAttribute class
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from SDPAttribute.)
Public methodEquals(SDPAttribute) (Inherited from SDPAttribute.)
Public methodGetHashCode (Inherited from SDPAttribute.)
Public methodPrintSDPData (Inherited from SDPAttribute.)
Public methodToString (Inherited from SDPAttribute.)
Top
Properties
  NameDescription
Public propertyClockRate
Public propertyEncodingName
Public propertyEncodingParameters
Public propertyName (Inherited from SDPAttribute.)
Public propertyPayloadType
Public propertyType (Inherited from SDPAttribute.)
Public propertyValue (Inherited from SDPAttribute.)
Top
Examples
m=audio 49230 RTP/AVP 96 97 98 a=rtpmap:96 L8/8000 a=rtpmap:97 L16/8000 a=rtpmap:98 L16/11025/2
See Also