Click or drag to resize
WasapiOutThreaded Class
WASAPI output class using Thread sleep
Inheritance Hierarchy

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

The WasapiOutThreaded type exposes the following members.

Constructors
  NameDescription
Public methodWasapiOutThreaded
Initializes a new instance of the WasapiOutThreaded 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