IMediaCache

Interface for access to a media player's cache.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Virtual

~IMediaCache()

Virtual destructor.

Functions

Name Description

Public function Virtual Const

int32

 

GetSampleCount

(
    EMediaCacheState State
)

Query the number of samples for the specified caching state.

Public function Virtual Const

bool

 

QueryCacheState

(
    EMediaCacheState State,
    TRangeSet< FTimespan >& OutTimeRan...
)

Query the time ranges of cached media samples for the specified caching state.

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