Click or drag to resize

IWaveIn Interface


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

The IWaveIn type exposes the following members.

Properties
 NameDescription
Public propertyDeviceInfo
(Inherited from IAudioControl)
Public propertyInitialized
(Inherited from IAudioControl)
Public propertyLevel
(Inherited from IAudioControl)
Public propertyMuted
(Inherited from IAudioControl)
Public propertyState 
Public propertyVolume
(Inherited from IAudioControl)
Public propertyWaveFormat 
Top
Methods
 NameDescription
Public methodChangeFormat
(Inherited from IAudioControl)
Public methodStart
(Inherited from IMedia)
Public methodStop
(Inherited from IMedia)
Top
Events
 NameDescription
Public eventDataAvailable 
Public eventLevelChanged 
Public eventStopped
(Inherited from IAudioControl)
Top
See Also