| AudioCaptureClient Methods |
The AudioCaptureClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from AudioClient.) | |
| Dispose(Boolean) | (Overrides AudioClientDispose(Boolean).) | |
| Finalize | (Inherited from AudioClient.) | |
| GetBuffer | ||
| GetNextPacketSize | ||
| Initialize | (Overrides AudioClientInitialize(AudioClientShareMode, AudioClientStreamFlags, Int64, Int64, WaveFormat, Guid).) | |
| IsFormatSupported |
Gets whether the audio endpoint device supports a particular stream format.
(Inherited from AudioClient.) | |
| ReleaseBuffer | ||
| Reset |
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
(Inherited from AudioClient.) | |
| SetEventHandle |
Sets the event handle that the audio engine will signal each time a buffer becomes ready to be processed by the client. Requires initialization.
(Inherited from AudioClient.) | |
| Start |
Starts the audio stream. Requires initialization.
(Inherited from AudioClient.) | |
| Stop |
Stops the audio stream. Requires initialization.
(Inherited from AudioClient.) |