Navigation
API > API/Plugins > API/Plugins/ElectraBase
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- IDecoderOutputPoolable
- IDecoderOutput
- IAudioDecoderOutput
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaAudioDecoderOutput.h |
| Include | #include "MediaAudioDecoderOutput.h" |
Syntax
class IAudioDecoderOutput : public IDecoderOutput
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const void * | GetBuffer () |
||
| uint32 | GetChannels () |
||
| ESampleFormat | GetFormat () |
||
| uint32 | GetFrames () |
||
| uint32 | |||
| uint32 | |||
| uint32 | |||
| void | Initialize
(
ESampleFormat InFormat, |
||
| void | |||
| void | SetTime
(
const FDecoderTimeStamp& InTime |
Overridden from IDecoderOutput
| Type | Name | Description | |
|---|---|---|---|
| FTimespan | GetDuration () |
||
| FDecoderTimeStamp | GetTime () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESampleFormat |