Click or drag to resize

FormatParametersAttribute 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. The format must be one of the formats specified for the media. Format-specific parameters may be any set of parameters required to be conveyed by SDP and given unchanged to the media tool that will use this format. At most one instance of this attribute is allowed for each format.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpAttribute
    FM.IceLink.SdpFormatParametersAttribute

Namespace:  FM.IceLink.Sdp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The FormatParametersAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFormatParametersAttribute(Int32)
Initializes a new instance of the FormatParametersAttribute class.
Public methodFormatParametersAttribute(Int32, String)
Initializes a new instance of the FormatParametersAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyFormat
Gets the format.
Public propertyFormatSpecificParameters
Gets the format-specific parameters.
Top
Methods
  NameDescription
Public methodDeserializeFormatSpecificParameters
Creates a dictionary map from the format specific parameters.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the FormatParametersAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetFormatSpecificParameter
Gets a format specific parameter.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeFormatSpecificParameters
Updates the format specific parameters based on a dictionary map.
Public methodSetFormatSpecificParameter
Sets a format specific parameter.
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Public methodTryGetFormatSpecificParameter
Tries to get a format specific parameter.
Public methodUnsetFormatSpecificParameter
Unsets a format specific parameter.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also