PortAudioIn Class |
Namespace: Ozeki.Media
The PortAudioIn type exposes the following members.
Name | Description | |
---|---|---|
PortAudioIn | Initializes a new instance of the PortAudioIn class |
Name | Description | |
---|---|---|
ChangeFormat |
Changes the wave format of the device.
Currently it is not supported in the Linux version
| |
Dispose | Releases all resources used by the PortAudioIn | |
Finalize | (Overrides ObjectFinalize.) | |
Start | ||
Stop |
Name | Description | |
---|---|---|
DeviceInfo |
Gets some information about the device such as device ID or product name.
| |
Initialized |
Gets a boolean value indicating whether the device is initialized and ready to use.
| |
Level |
Gets the level of the input/output. (Range: 0-100)
| |
Muted |
Gets or sets a boolean value indicating whether the audio device is muted.
| |
State | ||
Volume |
Gets or sets the volume for this device. (Range: 0-1)
| |
WaveFormat |
Name | Description | |
---|---|---|
DataAvailable | ||
LevelChanged | ||
Stopped |
Occurs when the audio has stopped.
|