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