Click or drag to resize

Mp3AudioWaveFormat Constructor

Creates a new MP3 AudioWaveFormat

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Mp3AudioWaveFormat(
	int sampleRate,
	int channels,
	int blockSize,
	int bitRate
)

Parameters

sampleRate  Int32
 
channels  Int32
 
blockSize  Int32
 
bitRate  Int32
 
See Also