MobileForms Toolkit Documentation

AudioFormatNotSupportedException  Constructor 

Initializes a new instance of the AudioFormatNotSupportedException class with a specified format.

public AudioFormatNotSupportedException(
string message,
int bitsPerSample,
byte channels,
int samplesPerSec
);

Parameters

message
The message that describes the error.
bitsPerSample
Bits per sample of the format.
channels
Number of channels of the format.
samplesPerSec
Samples per second of the format.

See Also

AudioFormatNotSupportedException Class | Resco.Audio Namespace