Click or drag to resize

AudioWaveFormatCreateCustomFormat Method

Creates a AudioWaveFormat with custom members

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static AudioWaveFormat CreateCustomFormat(
	WaveFormatEncoding tag,
	int sampleRate,
	int channels,
	int averageBytesPerSecond,
	int blockAlign,
	int bitsPerSample
)

Parameters

tag  WaveFormatEncoding
The encoding
sampleRate  Int32
Sample Rate
channels  Int32
Number of channels
averageBytesPerSecond  Int32
Average Bytes Per Second
blockAlign  Int32
Block Align
bitsPerSample  Int32
Bits Per Sample

Return Value

AudioWaveFormat
See Also