IAudioEndpointLastBufferControl interface (audioengineendpoint.h)

Provides functionality to allow an offload stream client to notify the endpoint that the last buffer has been sent only partially filled.

Inheritance

The IAudioEndpointLastBufferControl interface inherits from the IUnknown interface. IAudioEndpointLastBufferControl also has these types of members:

Methods

The IAudioEndpointLastBufferControl interface has these methods.

 
IAudioEndpointLastBufferControl::IsLastBufferControlSupported

Indicates if last buffer control is supported.
IAudioEndpointLastBufferControl::ReleaseOutputDataPointerForLastBuffer

Releases the output data pointer for the last buffer.

Remarks

This is an optional interface on an endpoint.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header audioengineendpoint.h

See also

Core Audio Interfaces