Click or drag to resize

IWaveOut Interface


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

The IWaveOut 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 propertyPlaybackState 
Public propertyVolume
(Inherited from IAudioControl)
Public propertyWaveFormat 
Top
Methods
 NameDescription
Public methodChangeFormat
(Inherited from IAudioControl)
Public methodReset 
Public methodStart
(Inherited from IMedia)
Public methodStop
(Inherited from IMedia)
Public methodWrite 
Top
Events
 NameDescription
Public eventLevelChanged 
Public eventStopped
(Inherited from IAudioControl)
Top
See Also