Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | IDecoderOutput |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaDecoderOutput.h |
| Include Path | #include "MediaDecoderOutput.h" |
Syntax
class IDecoderOutput : public IDecoderOutputPoolable
Implements Interfaces
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyDictionary | Electra::FParamDict | MediaDecoderOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimespan GetDuration() |
MediaDecoderOutput.h | ||
virtual Electra::FParamDict & GetMutablePropertyDictionary() |
MediaDecoderOutput.h | ||
FDecoderTimeStamp GetTime() |
MediaDecoderOutput.h | ||
void SetOwner
(
const TSharedPtr< IDecoderOutputOwner, ESPMode::ThreadSafe >& Renderer |
MediaDecoderOutput.h |