Click or drag to resize

WasapiOutBase Class

WASAPI output base class.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaWasapiOutBase
    Ozeki.MediaWasapiOutThreaded
    Ozeki.MediaWasapiOutWaitHandle

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public abstract class WasapiOutBase : IWaveOut, 
	IAudioControl, IMedia

The WasapiOutBase type exposes the following members.

Constructors
  NameDescription
Protected methodWasapiOutBase
Initializes a new instance of the WasapiOutBase class.
Top
Properties
Methods
  NameDescription
Public methodChangeFormat
Public methodDispose
Releases all resources used by the WasapiOutBase
Public methodDispose(Boolean)
Releases the unmanaged resources used by the WasapiOutBase and optionally releases the managed resources
Protected methodFillBuffer
Protected methodFinalize (Overrides ObjectFinalize.)
Protected methodInitSpec
Public methodReset
Public methodStart
Protected methodStartWorker
Public methodStop
Protected methodWorker
Public methodWrite
Top
Events
  NameDescription
Public eventLevelChanged
Public eventStopped
Top
See Also