FMediaSampleCache::GetCachedVideoSampleRanges

Get the time ranges of video samples currently in the cache.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaSampleCache.h

Include

#include "MediaSampleCache.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaSampleCache.cpp

Syntax

void GetCachedVideoSampleRanges
(
    TRangeSet< FTimespan > & OutTimeRanges
) const

Remarks

Get the time ranges of video samples currently in the cache.

Parameters

Parameter

Description

OutTimeRanges

Will contain the set of cached sample time ranges.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss