Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderDefaultAudioOutpu-
Description
Returns the number of frames one input access unit will decode into. This could be different than what is known by the container format. For instance, a HE-AAC stream may decode into twice the sampling rate and thus twice the number of decoded frames if the decoder supports it.
| Name | GetNumFrames |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
int32 GetNumFrames() const