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:

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

See also

IMFByteStreamCacheControl