MFNETSOURCE_CACHE_STATE enumeration (mfidl.h)

Defines the status of the cache for a media file or entry.

Syntax

typedef enum _MFNETSOURCE_CACHE_STATE {
  MFNETSOURCE_CACHE_UNAVAILABLE = 0,
  MFNETSOURCE_CACHE_ACTIVE_WRITING,
  MFNETSOURCE_CACHE_ACTIVE_COMPLETE
} MFNETSOURCE_CACHE_STATE;

Constants

 
MFNETSOURCE_CACHE_UNAVAILABLE
Value: 0
The cache for a file or entry does not exist.
MFNETSOURCE_CACHE_ACTIVE_WRITING
The cache for a file or entry is growing.
MFNETSOURCE_CACHE_ACTIVE_COMPLETE
The cache for a file or entry is completed.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mfidl.h

See also

Media Foundation Enumerations