Click or drag to resize

AudioFormat Class

An audio format.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AudioFormat type exposes the following members.

Constructors
  NameDescription
Protected methodAudioFormat
Initializes a new instance of the AudioFormat class.
Public methodAudioFormat(String, AudioConfig)
Initializes a new instance of the AudioFormat class.
Public methodAudioFormat(String, Int32, Int32)
Initializes a new instance of the AudioFormat class.
Top
Properties
  NameDescription
Public propertyChannelCount
Gets or sets the channel count.
Public propertyClockRate
Gets or sets the clock rate.
(Inherited from MediaFormatTFormat.)
Public propertyConfig
Gets the clock rate and channel count as a configuration.
Public propertyStatic memberDtmfName
Gets the name of the DTMF audio format ("telephone-event").
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.
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.
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.
Public propertyIsPcma
Gets a value indicating whether this format is PCMA.
Public propertyIsPcmu
Gets a value indicating whether this format is PCMU.
Public propertyLittleEndian
Gets or sets whether the format uses little endian byte order.
Public propertyName
Gets or sets the name.
(Inherited from MediaFormatTFormat.)
Public propertyStatic memberOpusName
Gets the name of the Opus audio format ("opus").
Public propertyParameters
Gets the parameters.
(Overrides MediaFormatTFormatParameters.)
Public propertyStatic memberPcmaName
Gets the name of the PCMA audio format ("PCMA").
Public propertyStatic memberPcmName
Gets the name of the PCM audio format ("PCM").
Public propertyStatic memberPcmuName
Gets the name of the PCMU audio format ("PCMU").
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.
(Overrides MediaFormatTFormatClone.)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaFormatTFormatCreateInstance.)
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.
(Overrides MediaFormatTFormatIsEquivalent(TFormat, Boolean).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaFormatTFormat.)
Top
See Also