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.4.54.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 methodDisposeReleases 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