Microsoft DirectX 9.0 |
The AbortPlayback method is used to signal a streaming error. It sends an EC_ERRORABORT event to the Filter Graph Manager, and sends an end-of-stream notification downstream.
Syntax
HRESULT AbortPlayback(
HRESULT hr
);
Parameters
hr
HRESULT value of the operation that failed. This value is used as the first event parameter for the EC_ERRORABORT event.
Return Value
Returns the value of the hr parameter.
See Also