Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderAudioOutput
Description
If samples are interleaved they appear in memory alternatingly per channel. Eg. L,R,L,R,L,R,... If they are not interleaved there will be separate buffers containing samples of a single channel each.
| Name | IsInterleaved |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
bool IsInterleaved() const