| NativeMP3Decompressor Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic NativeMP3Decompressor(
	AudioWaveFormat format
)
Public Sub New ( 
	format As AudioWaveFormat
)
public:
NativeMP3Decompressor(
	AudioWaveFormat^ format
)
new : 
        format : AudioWaveFormat -> NativeMP3DecompressorParameters
- format
 - Type: Ozeki.MediaAudioWaveFormat
 
See Also