Click or drag to resize
WaveInput Properties

The WaveInput type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerSample
Get/Set the Bits per sample.
Public propertyBytesAvailable
Gets the BytesAvailable property.
Public propertyChannelMask
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))
Public propertyChannels
Get/Set the number of channels.
Public propertyDevices
Gets all available audio input devices. This includes the default device mapper in position zero.
Public propertySampleRate
Get/Set the Sample rate.
Public propertySamplesAvailable
Indicates whether audio samples are enqueued and ready to be read.
Public propertyTransferBufferCount
Gets or sets the number of Transfer buffers.
Public propertyTransferBufferSize
Gets or sets the size of each of the buffers used to transfer data from the sound device to the application.
Top
See Also