Enum CachedMediaStatus
Status of the media item in the cache.
Namespace: RenderHeads.Media.AVProVideo
Assembly: cs.temp.dll.dll
Syntax
public enum CachedMediaStatus
  Fields
| Name | Description | 
|---|---|
| Cached | The media is cached.  | 
      
| Caching | The media is being cached.  | 
      
| Failed | The media is not cached, something went wrong - check the log.  | 
      
| NotCached | The media has not been cached.  | 
      
| Paused | The media caching is paused.  |