Click or drag to resize
AudioFormat Constructor
Constructor.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AudioFormat(
	uint Freq,
	uint Chan,
	uint BpS
)

Parameters

Freq
Type: SystemUInt32
The freqency.
Chan
Type: SystemUInt32
The number channels.
BpS
Type: SystemUInt32
The bits per sample.
See Also