WaveIn Class |
Namespace: Ozeki.Media
The WaveIn type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSamples | (Inherited from WaveInBase.) |
![]() | ChangeFormat |
Changes the wave format of the device.
(Inherited from WaveInBase.) |
![]() | Dispose |
Closes the WaveInBase.
(Inherited from WaveInBase.) |
![]() | Dispose(Boolean) |
Closes the WaveInBase and disposes the buffers.
(Inherited from WaveInBase.) |
![]() | Finalize |
Finalizer. Only called when user forgets to call Dispose (Inherited from WaveInBase.) |
![]() | Init | (Inherited from WaveInBase.) |
![]() | InternalStart | (Inherited from WaveInBase.) |
![]() | InternalStop | (Inherited from WaveInBase.) |
![]() | OnDataAvailable | (Inherited from WaveInBase.) |
![]() | OnStopped | (Inherited from WaveInBase.) |
![]() | Start |
Starts the recording.
(Inherited from WaveInBase.) |
![]() | Stop |
Stops the recording.
(Inherited from WaveInBase.) |
Name | Description | |
---|---|---|
![]() | CallbackStrategy | (Inherited from WaveInBase.) |
![]() | DeviceInfo |
Gets some information about the device such as device ID or product name.
(Inherited from WaveInBase.) |
![]() | Initialized |
Gets a boolean value indicating whether the device is initialized and ready to use.
(Inherited from WaveInBase.) |
![]() | LastReturnedBufferIndex | (Inherited from WaveInBase.) |
![]() | Level |
Gets the level of the input data. (Range: 0-100)
(Inherited from WaveInBase.) |
![]() | Logger | (Inherited from WaveInBase.) |
![]() | MMLock | (Inherited from WaveInBase.) |
![]() | Muted |
Gets or sets a boolean value indicating whether the audio device is muted.
(Inherited from WaveInBase.) |
![]() | State |
Gets the state of the recording.
(Inherited from WaveInBase.) |
![]() | Volume |
Gets or sets the volume of the recorder. (Range: 0-1)
If the value is -1, the volume of the selected device is fixed and cannot be changed.
(Inherited from WaveInBase.) |
![]() | WaveFormat | (Inherited from WaveInBase.) |
Name | Description | |
---|---|---|
![]() | DataAvailable | (Inherited from WaveInBase.) |
![]() | LevelChanged | (Inherited from WaveInBase.) |
![]() | Stopped | (Inherited from WaveInBase.) |