Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderBitstreamProcesso-
Description
Returns whether or not calling ProcessInputForDecoding() will modify the provided bitstream in place. If true you may need to create a temporary copy if you want to retain the bitstream in a cache.
Derived Overrides
- FElectraDecoderBitstreamProcessorDefault::WillModifyBitstreamInPlace
- FElectraDecoderBitstreamProcessorGenericVideo::WillModifyBitstreamInPlace
- FElectraDecoderBitstreamProcessorH264::WillModifyBitstreamInPlace
- FElectraDecoderBitstreamProcessorH265::WillModifyBitstreamInPlace
- FElectraDecoderBitstreamProcessorVPx::WillModifyBitstreamInPlace
| Name | WillModifyBitstreamInPlace |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include Path | #include "IElectraDecoder.h" |
bool WillModifyBitstreamInPlace()