Click or drag to resize

AudioWaveFormatCreateIeeeFloatWaveFormat Method

Creates a new 32 bit IEEE floating point wave format

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

Parameters

sampleRate  Int32
sample rate
channels  Int32
number of channels

Return Value

AudioWaveFormat
See Also