Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
void QueryCacheState
(
EMediaTrackType TrackType,
EMediaCacheState State,
TRangeSet< FTimespan > & OutTimeRanges
) const
Query the time ranges of cached media samples for the specified caching state.
Parameter |
Description |
---|---|
State |
The sample state we're interested in. |
OutTimeRanges |
Will contain the set of matching sample time ranges. |