IMFByteStreamCacheControl interface
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.
Members
The IMFByteStreamCacheControl interface inherits from the IUnknown interface. IMFByteStreamCacheControl also has these types of members:
Methods
The IMFByteStreamCacheControl interface has these methods.
| Method | Description |
|---|---|
| StopBackgroundTransfer |
Stops the background transfer of data to the local cache. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also