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 MediaFormat<TFormat>.)
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 MediaFormat<TFormat>.)
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 MediaFormat<TFormat>.)
Public propertyIsInjected
Gets or sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
(Inherited from MediaFormat<TFormat>.)
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 MediaFormat<TFormat>.)
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 MediaFormat<TFormat>.)
Public propertyStatic memberOpusName
Gets the name of the Opus audio format ("opus").
Public propertyParameters
Gets the parameters.
(Overrides MediaFormat<TFormat>.Parameters.)
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 MediaFormat<TFormat>.)
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
(Overrides MediaFormat<TFormat>.Clone().)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaFormat<TFormat>.CreateInstance().)
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 MediaFormat<TFormat>.)
Public methodIsEquivalent(AudioFormat, Boolean)
Determines whether the specified format is equivalent.
(Overrides MediaFormat<TFormat>.IsEquivalent(TFormat, Boolean).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaFormat<TFormat>.)
Top
See Also