Click or drag to resize

AudioWaveFormatCreateCustomFormat Method


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

Parameters

tag  WaveFormatEncoding
 
sampleRate  Int32
 
channels  Int32
 
averageBytesPerSecond  Int32
 
blockAlign  Int32
 
bitsPerSample  Int32
 

Return Value

AudioWaveFormat
See Also