Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderAudioOutput
Description
Returns the number of bytes per decoded sample. This typically corresponds to the size of the decoded format, ie 2 for Int16 and 4 for Float.
| Name | GetBytesPerSample |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
int32 GetBytesPerSample() const