Navigation
API > API/Runtime > API/Runtime/Media
Interface for access to a media player's cache.
| Name | IMediaCache |
| Type | class |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaCache.h |
| Include Path | #include "IMediaCache.h" |
Syntax
class IMediaCache
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaCache() |
Virtual destructor. | IMediaCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetSampleCount
(
EMediaCacheState State |
Query the number of samples for the specified caching state. | IMediaCache.h | |
virtual bool QueryCacheState
(
EMediaCacheState State, |
Query the time ranges of cached media samples for the specified caching state. | IMediaCache.h |