Click or drag to resize

Format Class

A DTMF (telephone-event) format.
Inheritance Hierarchy
SystemObject
  FM.IceLinkMediaFormatAudioFormat
    FM.IceLinkAudioFormat
      FM.IceLink.DtmfFormat

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

The Format type exposes the following members.

Constructors
  NameDescription
Public methodFormat
Initializes a new instance of the Format class.
Public methodFormat(Int32)
Initializes a new instance of the Format class.
Top
Properties
  NameDescription
Public propertyChannelCount
Gets or sets the channel count.
(Inherited from AudioFormat.)
Public propertyClockRate
Gets or sets the clock rate.
(Inherited from MediaFormatTFormat.)
Public propertyConfig
Gets the clock rate and channel count as a configuration.
(Inherited from AudioFormat.)
Public propertyStatic memberDefaultClockRate
Gets the default clock rate (8000).
Public propertyFullName
Gets the full name, including clock rate and encoding parameters.
(Inherited from MediaFormatTFormat.)
Public propertyIsDtmf
Gets a value indicating whether this format is DTMF.
(Inherited from AudioFormat.)
Public propertyIsEncrypted
Gets or sets a value indicating that the data is encrypted.
(Inherited from MediaFormatTFormat.)
Public propertyIsInjected
Gets or sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
(Inherited from MediaFormatTFormat.)
Public propertyIsOpus
Gets a value indicating whether this format is Opus.
(Inherited from AudioFormat.)
Public propertyIsPacketized
Gets or sets a value indicating that the data is packetized for network transmission.
(Inherited from MediaFormatTFormat.)
Public propertyIsPcm
Gets a value indicating whether this format is PCM.
(Inherited from AudioFormat.)
Public propertyIsPcma
Gets a value indicating whether this format is PCMA.
(Inherited from AudioFormat.)
Public propertyIsPcmu
Gets a value indicating whether this format is PCMU.
(Inherited from AudioFormat.)
Public propertyLittleEndian
Gets or sets whether the format uses little endian byte order.
(Inherited from AudioFormat.)
Public propertyName
Gets or sets the name.
(Inherited from MediaFormatTFormat.)
Public propertyParameters
Gets the parameters.
(Inherited from AudioFormat.)
Public propertyStaticPayloadType
Gets or sets the static payload type, if this format has a static payload type registered with IANA.
(Inherited from MediaFormatTFormat.)
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
(Inherited from AudioFormat.)
Protected methodCreateInstance
Creates a new instance.
(Inherited from AudioFormat.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEquivalent(TFormat)
Determines whether the specified format is equivalent.
(Inherited from MediaFormatTFormat.)
Public methodIsEquivalent(AudioFormat, Boolean)
Determines whether the specified format is equivalent.
(Inherited from AudioFormat.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaFormatTFormat.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also