IMFByteStreamCacheControl interface (mfidl.h)

Controls how a network byte stream transfers data to a local cache. Optionally, this interface is exposed by byte streams that read data from a network, for example, through HTTP.

To get a pointer to this interface, call QueryInterface on the byte stream object.

Inheritance

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

Methods

The IMFByteStreamCacheControl interface has these methods.

 
IMFByteStreamCacheControl::StopBackgroundTransfer

Stops the background transfer of data to the local cache.

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

IMFByteStream

IMFByteStreamBuffering

Media Foundation Interfaces