Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | IElectraDecoderDefaultAudioOutputFormat |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputAudio.h |
| Include Path | #include "IElectraDecoderOutputAudio.h" |
Syntax
class IElectraDecoderDefaultAudioOutputFormat : public IElectraDecoderDefaultOutputFormat
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IElectraDecoderDefaultAudioOutputFormat() |
IElectraDecoderOutputAudio.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumChannels () |
Returns the number of channels the format will decode into. | IElectraDecoderOutputAudio.h | |
int32 GetNumFrames () |
Returns the number of frames one input access unit will decode into. | IElectraDecoderOutputAudio.h | |
int32 GetSampleRate () |
Returns the sampling rate the format will decode into. | IElectraDecoderOutputAudio.h |