Click or drag to resize
IWaveIn Interface
Interface for audio recording

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IWaveIn : IAudioControl, 
	IMedia, IDisposable

The IWaveIn type exposes the following members.

Methods
  NameDescription
Public methodChangeFormat
Changes the wave format of the device.
(Inherited from IAudioControl.)
Public methodStart
Starts the media.
(Inherited from IMedia.)
Public methodStop
Stops the media.
(Inherited from IMedia.)
Top
Properties
  NameDescription
Public propertyDeviceInfo
Gets some information about the device such as device ID or product name.
(Inherited from IAudioControl.)
Public propertyInitialized
Gets a boolean value indicating whether the device is initialized and ready to use.
(Inherited from IAudioControl.)
Public propertyLevel
Gets the level of the input/output. (Range: 0-100)
(Inherited from IAudioControl.)
Public propertyMuted
Gets or sets a boolean value indicating whether the audio device is muted.
(Inherited from IAudioControl.)
Public propertyState
Gets the state of the recording.
Public propertyVolume
Gets or sets the volume for this device. (Range: 0-1)
(Inherited from IAudioControl.)
Public propertyWaveFormat
Top
Events
  NameDescription
Public eventDataAvailable
Occurs when recorded data is available
Public eventLevelChanged
Occurs when the level of the recording has changed.
Public eventStopped
Occurs when the audio has stopped.
(Inherited from IAudioControl.)
Top
See Also