AudioFormat Class |
Namespace: Ozeki.Media
The AudioFormat type exposes the following members.
Name | Description | |
---|---|---|
AudioFormat |
Initializes a new instance of the AudioFormat class with default values. (8000 Hz, 16 bit, mono)
| |
AudioFormat(AudioType) |
Initializes a new instance of the AudioFormat class with default values. (8000 Hz, 16 bit, mono)
| |
AudioFormat(Int32, Int32, Int32) |
Initializes a new instance of the AudioFormat class.
| |
AudioFormat(Int32, Int32, Int32, AudioType) |
Initializes a new instance of the AudioFormat class.
| |
AudioFormat(Int32, Int32, Int32, Int32) |
Initializes a new instance of the AudioFormat class.
| |
AudioFormat(Int32, Int32, Int32, Int32, AudioType, Int32, String) |
Initializes a new instance of the AudioFormat class.
|
Name | Description | |
---|---|---|
Equals |
Determines whether the specified AudioFormat is equal to the current AudioFormat.
(Overrides ObjectEquals(Object).) | |
GetByteSize |
Specifies that the size of audio data of the given audio type in bytes
| |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Name | Description | |
---|---|---|
AsWaveFormat |
Converts a AudioFormat to a WaveFormat.
(Defined by WaveFormatEx.) | |
GetAudioCodecBitrate | (Defined by ExAudioFormat.) |
Name | Description | |
---|---|---|
AudioCodecBitrate |
Gets the bitrate of the vocoder the data encoded with.
| |
AudioCodecType |
Gets the codec type of data.
| |
BitRate |
Gets the bitrate of the sample.
| |
Channels |
Gets the number of channels.
| |
mpeg4_aac_conf | ||
PacketizationTime |
Gets the packetization time.
| |
SampleRate |
Gets the sample rate, in samples per second (hertz).
|