Mp3AudioWaveFormat Class |
Namespace: Ozeki.Media
The Mp3AudioWaveFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | Mp3AudioWaveFormat |
Creates a new MP3 AudioWaveFormat
|
Name | Description | |
---|---|---|
![]() | ConvertLatencyToByteSize |
Gets the size of a wave buffer equivalent to the latency in milliseconds.
(Inherited from AudioWaveFormat.) |
![]() | Equals |
Compares with another AudioWaveFormat object
(Inherited from AudioWaveFormat.) |
![]() | GetHashCode |
Provides a Hashcode for this AudioWaveFormat
(Inherited from AudioWaveFormat.) |
![]() | Serialize |
Writes this AudioWaveFormat object to a stream
(Inherited from AudioWaveFormat.) |
![]() | ToString |
Reports this AudioWaveFormat as a string
(Inherited from AudioWaveFormat.) |
Name | Description | |
---|---|---|
![]() | AverageBytesPerSecond |
Returns the average number of bytes used per second
(Inherited from AudioWaveFormat.) |
![]() | BitsPerSample |
Returns the number of bits per sample (usually 16 or 32, sometimes 24 or 8)
Can be 0 for some codecs
(Inherited from AudioWaveFormat.) |
![]() | BlockAlign |
Returns the block alignment
(Inherited from AudioWaveFormat.) |
![]() | BlockSize |
Block Size (nBlockSize)
|
![]() | Channels |
Returns the number of channels (1=mono,2=stereo etc)
(Inherited from AudioWaveFormat.) |
![]() | CodecDelay |
Codec Delay (nCodecDelay)
|
![]() | Encoding |
Returns the encoding type used
(Inherited from AudioWaveFormat.) |
![]() | ExtraSize |
Returns the number of extra bytes used by this waveformat. Often 0,
except for compressed formats which store extra data after the WAVEFORMATEX header
(Inherited from AudioWaveFormat.) |
![]() | FramesPerBlock |
Frames per block (nFramesPerBlock)
|
![]() | ID |
Wave format ID (wID)
|
![]() | SampleRate |
Returns the sample rate (samples per second)
(Inherited from AudioWaveFormat.) |
![]() | WaveFormatTag | format type (Inherited from AudioWaveFormat.) |