Constructor.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic AudioFormat(
uint Freq,
uint Chan,
uint BpS
)
Public Sub New (
Freq As UInteger,
Chan As UInteger,
BpS As UInteger
)
public:
AudioFormat(
unsigned int Freq,
unsigned int Chan,
unsigned int BpS
)
new :
Freq : uint32 *
Chan : uint32 *
BpS : uint32 -> AudioFormat
Parameters
- Freq
- Type: SystemUInt32
The freqency. - Chan
- Type: SystemUInt32
The number channels. - BpS
- Type: SystemUInt32
The bits per sample.
See Also