IMFByteStreamCacheControl::StopBackgroundTransfer method (mfidl.h)
Stops the background transfer of data to the local cache.
Syntax
HRESULT StopBackgroundTransfer();
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The byte stream resumes transferring data to the cache if the application does one of the following:
- Reads data from the byte stream.
- Calls the byte stream's IMFByteStreamBuffering::EnableBuffering method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfidl.h |