Click or drag to resize

Mp3AudioWaveFormat Constructor

Initializes a new instance of the Mp3AudioWaveFormat class

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

Parameters

sampleRate  Int32
 
channels  Int32
 
blockSize  Int32
 
bitRate  Int32
 
See Also