AudioFormat Class |
Namespace: FM.IceLink
The AudioFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| AudioFormat |
Initializes a new instance of the AudioFormat class.
| |
| AudioFormat(String, AudioConfig) |
Initializes a new instance of the AudioFormat class.
| |
| AudioFormat(String, Int32, Int32) |
Initializes a new instance of the AudioFormat class.
|
| Name | Description | |
|---|---|---|
| ChannelCount |
Gets or sets the channel count.
| |
| ClockRate |
Gets or sets the clock rate.
(Inherited from MediaFormatTFormat.) | |
| Config |
Gets the clock rate and channel count as a configuration.
| |
| DtmfName |
Gets the name of the DTMF audio format ("telephone-event").
| |
| FullName |
Gets the full name, including clock rate and encoding parameters.
(Inherited from MediaFormatTFormat.) | |
| IsDtmf |
Gets a value indicating whether this format is DTMF.
| |
| IsEncrypted |
Gets or sets a value indicating that the data is encrypted.
(Inherited from MediaFormatTFormat.) | |
| IsInjected |
Gets or sets a value indicating that the data is injected
into the primary media stream (e.g. DTMF).
(Inherited from MediaFormatTFormat.) | |
| IsOpus |
Gets a value indicating whether this format is Opus.
| |
| IsPacketized |
Gets or sets a value indicating that the data is packetized
for network transmission.
(Inherited from MediaFormatTFormat.) | |
| IsPcm |
Gets a value indicating whether this format is PCM.
| |
| IsPcma |
Gets a value indicating whether this format is PCMA.
| |
| IsPcmu |
Gets a value indicating whether this format is PCMU.
| |
| LittleEndian |
Gets or sets whether the format uses little endian byte order.
| |
| Name |
Gets or sets the name.
(Inherited from MediaFormatTFormat.) | |
| OpusName |
Gets the name of the Opus audio format ("opus").
| |
| Parameters |
Gets the parameters.
(Overrides MediaFormatTFormatParameters.) | |
| PcmaName |
Gets the name of the PCMA audio format ("PCMA").
| |
| PcmName |
Gets the name of the PCM audio format ("PCM").
| |
| PcmuName |
Gets the name of the PCMU audio format ("PCMU").
| |
| StaticPayloadType |
Gets or sets the static payload type, if this format
has a static payload type registered with IANA.
(Inherited from MediaFormatTFormat.) |
| Name | Description | |
|---|---|---|
| Clone |
Clones this instance.
(Overrides MediaFormatTFormatClone.) | |
| CreateInstance |
Creates a new instance.
(Overrides MediaFormatTFormatCreateInstance.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsEquivalent(TFormat) |
Determines whether the specified format is equivalent.
(Inherited from MediaFormatTFormat.) | |
| IsEquivalent(AudioFormat, Boolean) |
Determines whether the specified format is equivalent.
(Overrides MediaFormatTFormatIsEquivalent(TFormat, Boolean).) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns a string that represents this instance.
(Inherited from MediaFormatTFormat.) |