Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders > IElectraDecoderAudioOutput
References
Module | ElectraDecoders |
Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
Include | #include "IElectraDecoderOutputAudio.h" |
int32 GetBytesPerFrame() const
Remarks
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()