IWave |
The IWaveIn type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeviceInfo |
Gets some information about the device such as device ID or product name.
(Inherited from IAudioControl) |
![]() | Initialized |
Gets a boolean value indicating whether the device is initialized and ready to use.
(Inherited from IAudioControl) |
![]() | Level |
Gets the level of the input/output. (Range: 0-100)
(Inherited from IAudioControl) |
![]() | Muted |
Gets or sets a boolean value indicating whether the audio device is muted.
(Inherited from IAudioControl) |
![]() | State | Gets the state of the recording. |
![]() | Volume |
Gets or sets the volume for this device. (Range: 0-1)
(Inherited from IAudioControl) |
![]() | WaveFormat |
Name | Description | |
---|---|---|
![]() | ChangeFormat |
Changes the wave format of the device.
(Inherited from IAudioControl) |
![]() | Start |
Starts the media.
(Inherited from IMedia) |
![]() | Stop |
Stops the media.
(Inherited from IMedia) |
Name | Description | |
---|---|---|
![]() | DataAvailable | Occurs when recorded data is available |
![]() | LevelChanged | Occurs when the level of the recording has changed. |
![]() | Stopped |
Occurs when the audio has stopped.
(Inherited from IAudioControl) |