Sound Properties |
The Sound type exposes the following members.
| Name | Description | |
|---|---|---|
| BitsPerSample |
Gets or sets the bits per sample. Only 8 is supported.
| |
| Channels |
Gets or sets the number of channels. This should be either 1 or 2.
| |
| DataStream |
Gets or sets the data stream.
| |
| EncodingFormat |
Gets or sets the encoding format.
| |
| SamplingRate |
Gets or sets the sampling rate. For maximum compatibility this value is in Hz and should be one of:
8000, 11025, or 22050.
|