FMediaSampleCache::SetCacheWindow

Set the time window of samples to cache.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

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

Include

#include "MediaSampleCache.h"

Syntax

void SetCacheWindow
(
    FTimespan Ahead,
    FTimespan Behind
)

Remarks

Set the time window of samples to cache.

Parameters

Parameter

Description

Ahead

Maximum time of samples to cache ahead of the play position.

Behind

Maximum time of samples to cache behind the play position.

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