Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
- IMediaTextureSample::IsCacheable()
- IElectraTextureSampleBase::IsCacheable()
- FWebMMediaTextureSample::IsCacheable()
- FMediaIOCoreTextureSampleBase::IsCacheable()
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include | #include "IMediaTextureSample.h" |
bool IsCacheable&40;&41; const
Remarks
Whether the sample can be held in a cache.
Non-cacheable video samples become invalid when the next sample is available, and only the latest sample should be kept by video sample consumers. true if cacheable, false otherwise.