Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | IMetaDataDecoderOutput |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaMetaDataDecoderOutput.h |
| Include Path | #include "MediaMetaDataDecoderOutput.h" |
Syntax
class IMetaDataDecoderOutput
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMetaDataDecoderOutput() |
MediaMetaDataDecoderOutput.h |
Enums
Public
| Name | Remarks |
|---|---|
| EDispatchedMode | |
| EOrigin |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const void * GetData() |
MediaMetaDataDecoderOutput.h | ||
EDispatchedMode GetDispatchedMode() |
Returns the type with which this event was dispatched. | MediaMetaDataDecoderOutput.h | |
FTimespan GetDuration() |
MediaMetaDataDecoderOutput.h | ||
const FString & GetID() |
Returns the event's ID. | MediaMetaDataDecoderOutput.h | |
EOrigin GetOrigin() |
Returns where the event originated from. | MediaMetaDataDecoderOutput.h | |
const FString & GetSchemeIdUri() |
Returns the event's scheme id URI. | MediaMetaDataDecoderOutput.h | |
uint32 GetSize() |
MediaMetaDataDecoderOutput.h | ||
FDecoderTimeStamp GetTime() |
MediaMetaDataDecoderOutput.h | ||
TOptional< FDecoderTimeStamp > GetTrackBaseTime() |
Returns the base time (the "zero point") of the track, if available, to calculate the relative time of this metadata from GetTime() if this is based on some non-zero anchor. | MediaMetaDataDecoderOutput.h | |
const FString & GetValue() |
Returns the event's value. | MediaMetaDataDecoderOutput.h | |
void SetTime
(
FDecoderTimeStamp& InTime |
MediaMetaDataDecoderOutput.h |