Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderAudioOutput
Description
Returns the number of bytes per decoded frame. For channel interleaved data this is typically GetNumChannels() * GetBytesPerSample() while per-channel data typically returns the same as GetBytesPerSample()
| Name | GetBytesPerFrame |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
int32 GetBytesPerFrame() const