IAudioEndpointLastBufferControl interface
Provides functionality to allow an offload stream client to notify the endpoint that the last buffer has been sent only partially filled.
Members
The IAudioEndpointLastBufferControl interface inherits from the IUnknown interface. IAudioEndpointLastBufferControl also has these types of members:
Methods
The IAudioEndpointLastBufferControl interface has these methods.
| Method | Description |
|---|---|
| IsLastBufferControlSupported |
Indicates if last buffer control is supported. |
| ReleaseOutputDataPointerForLastBuffer |
Releases the output data pointer for the last buffer. |
Remarks
This is an optional interface on an endpoint.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also