Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderAudioOutput
Description
Returns the position of the decoded channel. If a position is not inferred or described by the format it is set to Undefined_. If a channel failed to decode it may be included as Disabled_ with the sample data set to silence.
| Name | GetChannelPosition |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
EChannelPosition GetChannelPosition
(
int32 InChannelNumber
) const