Click or drag to resize

WasapiOutThreaded Class

WASAPI output class using Thread sleep
Inheritance Hierarchy
SystemObject
  Ozeki.MediaWasapiOutBase
    Ozeki.MediaWasapiOutThreaded

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
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
Methods
Events
  NameDescription
Public eventLevelChanged (Inherited from WasapiOutBase.)
Public eventStopped (Inherited from WasapiOutBase.)
Top
See Also