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

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

The FmtpAttribute type exposes the following members.

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