Click or drag to resize
Mp3AudioWaveFormat Class
MP3 AudioWaveFormat, MPEGLAYER3WAVEFORMAT from mmreg.h
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class Mp3AudioWaveFormat : AudioWaveFormat

The Mp3AudioWaveFormat type exposes the following members.

Constructors
  NameDescription
Public methodMp3AudioWaveFormat
Creates a new MP3 AudioWaveFormat
Top
Methods
  NameDescription
Public methodConvertLatencyToByteSize
Gets the size of a wave buffer equivalent to the latency in milliseconds.
(Inherited from AudioWaveFormat.)
Public methodEquals
Compares with another AudioWaveFormat object
(Inherited from AudioWaveFormat.)
Public methodGetHashCode
Provides a Hashcode for this AudioWaveFormat
(Inherited from AudioWaveFormat.)
Public methodSerialize
Writes this AudioWaveFormat object to a stream
(Inherited from AudioWaveFormat.)
Public methodToString
Reports this AudioWaveFormat as a string
(Inherited from AudioWaveFormat.)
Top
Properties
  NameDescription
Public propertyAverageBytesPerSecond
Returns the average number of bytes used per second
(Inherited from AudioWaveFormat.)
Public propertyBitsPerSample
Returns the number of bits per sample (usually 16 or 32, sometimes 24 or 8) Can be 0 for some codecs
(Inherited from AudioWaveFormat.)
Public propertyBlockAlign
Returns the block alignment
(Inherited from AudioWaveFormat.)
Public propertyBlockSize
Block Size (nBlockSize)
Public propertyChannels
Returns the number of channels (1=mono,2=stereo etc)
(Inherited from AudioWaveFormat.)
Public propertyCodecDelay
Codec Delay (nCodecDelay)
Public propertyEncoding
Returns the encoding type used
(Inherited from AudioWaveFormat.)
Public propertyExtraSize
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.)
Public propertyFramesPerBlock
Frames per block (nFramesPerBlock)
Public propertyID
Wave format ID (wID)
Public propertySampleRate
Returns the sample rate (samples per second)
(Inherited from AudioWaveFormat.)
Public propertyWaveFormatTag
format type
(Inherited from AudioWaveFormat.)
Top
See Also