Click or drag to resize

FmtpAttribute Class

This attribute allows parameters that are specific to a particular format to be conveyed in a way that SDP does not have to understand them. a=fmtp:format format_specific_parameters
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPAttribute
      Ozeki.MediaFmtpAttribute

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class FmtpAttribute : SDPAttribute

The FmtpAttribute type exposes the following members.

Constructors
 NameDescription
Public methodFmtpAttributeInitializes a new instance of the FmtpAttribute class
Public methodFmtpAttribute(String, String)Initializes a new instance of the FmtpAttribute class
Top
Properties
 NameDescription
Public propertyFormat 
Public propertyFormatSpecificParameters 
Public propertyName
(Inherited from SDPAttribute)
Public propertyType
(Inherited from SDPAttribute)
Public propertyValue
(Inherited from SDPAttribute)
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
See Also