Click or drag to resize

Mp3AudioWaveFormat Constructor

Creates a new MP3 AudioWaveFormat

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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