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