Click or drag to resize
Mp3AudioWaveFormat Constructor
Creates a new MP3 AudioWaveFormat

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

Parameters

sampleRate
Type: SystemInt32
channels
Type: SystemInt32
blockSize
Type: SystemInt32
bitRate
Type: SystemInt32
See Also