Interface IMediaCache
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
Interface for the media cache.
public interface IMediaCache
Methods
| Name | Description |
|---|---|
| AddMediaToCache(string, string, MediaCachingOptions) | Cache the media specified by url. |
| CancelDownloadOfMediaToCache(string) | Cancels the download of the media specified by url. |
| GetCachedMediaStatus(string, ref float) | Get the cached status for the media specified. |
| IsMediaCachingSupported() | Test to see if the player can cache media. |
| PauseDownloadOfMediaToCache(string) | Pause the download of the media specified by url. |
| RemoveMediaFromCache(string) | Remove the cached media specified by url. |
| ResumeDownloadOfMediaToCache(string) | Resume the download of the media specified by url. |