Click or drag to resize

AudioWaveFormatCreateMuLawFormat Method

Creates a Mu-law wave format

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

Parameters

sampleRate  Int32
Sample Rate
channels  Int32
Number of Channels

Return Value

AudioWaveFormat
Wave Format
See Also