Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FVideoDecoderTimecode |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/VideoDecoderHelpers.h |
| Include Path | #include "Utils/VideoDecoderHelpers.h" |
Syntax
class FVideoDecoderTimecode : public IVideoDecoderTimecode
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVideoDecoderTimecode() |
Utils/VideoDecoderHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DecoderTimecode | IVideoDecoderTimecode::FMPEGDefinition | Utils/VideoDecoderHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMPEGDefinition const * GetMPEGDefinition() |
Utils/VideoDecoderHelpers.h | ||
void Update
(
const IVideoDecoderTimecode::FMPEGDefinition& InTimecode |
Utils/VideoDecoderHelpers.h | ||
void UpdateWith
(
const ElectraDecodersUtil::MPEG::FCommonPictureTiming& InTiming |
Utils/VideoDecoderHelpers.h |