Navigation
API > API/Plugins > API/Plugins/ElectraSamples > API/Plugins/ElectraSamples/IElectraTextureSampleBase
- IMediaTextureSample::IsCacheable()
- IElectraTextureSampleBase::IsCacheable()
References
| Module | ElectraSamples |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/IElectraTextureSample.h |
| Include | #include "IElectraTextureSample.h" |
virtual 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.