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.4.54.0
Syntax
public class WasapiOutThreaded : WasapiOutBase

The WasapiOutThreaded type exposes the following members.

Constructors
 NameDescription
Public methodWasapiOutThreadedInitializes 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
 NameDescription
Public methodChangeFormat
(Inherited from WasapiOutBase)
Public methodDispose
(Inherited from WasapiOutBase)
Public methodDispose(Boolean)
(Inherited from WasapiOutBase)
Protected methodFillBuffer
(Inherited from WasapiOutBase)
Protected methodFinalize
(Inherited from WasapiOutBase)
Protected methodInitSpec
(Overrides WasapiOutBaseInitSpec)
Public methodReset
(Inherited from WasapiOutBase)
Public methodStart
(Inherited from WasapiOutBase)
Protected methodStartWorker
(Inherited from WasapiOutBase)
Public methodStop
(Inherited from WasapiOutBase)
Protected methodWorker
(Overrides WasapiOutBaseWorker)
Public methodWrite
(Inherited from WasapiOutBase)
Top
Events
 NameDescription
Public eventLevelChanged
(Inherited from WasapiOutBase)
Public eventStopped
(Inherited from WasapiOutBase)
Top
See Also