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: 1.8.12.0 (1.8.12)
Syntax
public static AudioWaveFormat CreateIeeeFloatWaveFormat(
	int sampleRate,
	int channels
)

Parameters

sampleRate
Type: SystemInt32
sample rate
channels
Type: SystemInt32
number of channels

Return Value

Type: AudioWaveFormat
See Also