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.3.199.0
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