Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IAudioDecoderOutput
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaAudioDecoderOutput.h |
| Include | #include "MediaAudioDecoderOutput.h" |
Syntax
enum ESampleFormat
{
Undefined = 0,
Double,
Float,
Int8,
Int16,
Int32,
}
Values
| Name | Description |
|---|---|
| Undefined | |
| Double | |
| Float | |
| Int8 | |
| Int16 | |
| Int32 |