Click or drag to resize
AudioWaveFormatCreateMuLawFormat Method
Creates a Mu-law wave format

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static AudioWaveFormat CreateMuLawFormat(
	int sampleRate,
	int channels
)

Parameters

sampleRate
Type: SystemInt32
Sample Rate
channels
Type: SystemInt32
Number of Channels

Return Value

Type: AudioWaveFormat
Wave Format
See Also