| MobileForms Toolkit Documentation |
|
AudioDecoderProperties Constructor
Initializes a new instance of the AudioDecoderProperties class.
public AudioDecoderProperties(
int bitsPerSample,
byte channels,
int sampleRate,
int totalTime);
Parameters
-
bitsPerSample
- Bits per sample.
-
channels
- Number of audio channels.
-
sampleRate
- Sample rate, in samples per second (hertz).
-
totalTime
- Total time in miliseconds.
See Also
AudioDecoderProperties Class | Resco.Audio Namespace