WaveInput Properties |
The WaveInput type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitsPerSample |
Get/Set the Bits per sample.
|
![]() | BytesAvailable |
Gets the BytesAvailable property.
|
![]() | ChannelMask |
Gets or sets the channel mask present in the multichannel stream. Audio interleave
channel numbers start from lowest to highest value in channel mask bit-flags. (Stereo:
Interleave 0 -> Left (0x1), Interleave 1 -> Right (0x2))
|
![]() | Channels |
Get/Set the number of channels.
|
![]() | Devices |
Gets all available audio input devices. This includes the default device mapper in position zero.
|
![]() | SampleRate |
Get/Set the Sample rate.
|
![]() | SamplesAvailable |
Indicates whether audio samples are enqueued and ready to be read.
|
![]() | TransferBufferCount |
Gets or sets the number of Transfer buffers. |
![]() | TransferBufferSize |
Gets or sets the size of each of the buffers used to transfer data from the sound device
to the application. |