Click or drag to resize
AudioClient Methods

The AudioClient type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodDispose(Boolean)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodInitialize
Initializes the audio stream.
Public methodIsFormatSupported
Gets whether the audio endpoint device supports a particular stream format.
Public methodReset
Resets the audio stream. Requires initialization. Reset is a control method that the client calls to reset a stopped audio stream. Resetting the stream flushes all pending data and resets the audio clock stream position to 0. This method fails if it is called on a stream that is not stopped
Public methodSetEventHandle
Sets the event handle that the audio engine will signal each time a buffer becomes ready to be processed by the client. Requires initialization.
Public methodStart
Starts the audio stream. Requires initialization.
Public methodStop
Stops the audio stream. Requires initialization.
Top
See Also