Click or drag to resize
WasapiOutWaitHandle Class
WASAPI output class using WaitHandles
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class WasapiOutWaitHandle : WasapiOutBase

The WasapiOutWaitHandle type exposes the following members.

Constructors
  NameDescription
Public methodWasapiOutWaitHandle
Initializes a new instance of the WasapiOutWaitHandle class
Top
Methods
Properties
  NameDescription
Protected propertyAudioClient (Inherited from WasapiOutBase.)
Protected propertyBufferFrameCount (Inherited from WasapiOutBase.)
Public propertyDeviceInfo (Inherited from WasapiOutBase.)
Public propertyInitialized (Inherited from WasapiOutBase.)
Protected propertyLatency (Inherited from WasapiOutBase.)
Public propertyLevel (Inherited from WasapiOutBase.)
Protected propertyLogger (Inherited from WasapiOutBase.)
Public propertyMuted (Inherited from WasapiOutBase.)
Public propertyPlaybackState (Inherited from WasapiOutBase.)
Protected propertyShareMode (Inherited from WasapiOutBase.)
Public propertyVolume (Inherited from WasapiOutBase.)
Public propertyWaveFormat (Inherited from WasapiOutBase.)
Top
Events
  NameDescription
Public eventLevelChanged (Inherited from WasapiOutBase.)
Public eventStopped (Inherited from WasapiOutBase.)
Top
See Also