Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FVideoDecoderOutput |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaVideoDecoderOutput.h |
| Include Path | #include "MediaVideoDecoderOutput.h" |
Syntax
class FVideoDecoderOutput : public IDecoderOutput
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoDecoderOutput() |
MediaVideoDecoderOutput.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVideoDecoderOutput() |
MediaVideoDecoderOutput.h |
Structs
| Name | Remarks |
|---|---|
| FCached |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cached | FCached | MediaVideoDecoderOutput.h | ||
| ParamDict | TSharedPtr< Electra::FParamDict, ESPMode::ThreadSafe > | MediaVideoDecoderOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual double GetAspectRatio() |
MediaVideoDecoderOutput.h | ||
virtual int32 GetBitsPerComponent() |
MediaVideoDecoderOutput.h | ||
virtual TSharedPtr< const IVideoDecoderColorimetry, ESPMode::ThreadSafe > GetColorimetry() |
MediaVideoDecoderOutput.h | ||
virtual FVideoDecoderCropInfo GetCropInfo() |
MediaVideoDecoderOutput.h | ||
virtual const Electra::FParamDict & GetDict() |
MediaVideoDecoderOutput.h | ||
virtual FIntPoint GetDim() |
MediaVideoDecoderOutput.h | ||
virtual EPixelFormat GetFormat() |
MediaVideoDecoderOutput.h | ||
virtual EVideoDecoderPixelEncoding GetFormatEncoding() |
MediaVideoDecoderOutput.h | ||
virtual TSharedPtr< const IVideoDecoderHDRInformation, ESPMode::ThreadSafe > GetHDRInformation() |
MediaVideoDecoderOutput.h | ||
virtual EVideoOrientation GetOrientation() |
MediaVideoDecoderOutput.h | ||
virtual FIntPoint GetOutputDim() |
MediaVideoDecoderOutput.h | ||
virtual TSharedPtr< const IVideoDecoderTimecode, ESPMode::ThreadSafe > GetTimecode() |
MediaVideoDecoderOutput.h | ||
virtual void SetTime
(
const FDecoderTimeStamp& InTime |
MediaVideoDecoderOutput.h |
Overridden from IDecoderOutput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FTimespan GetDuration() |
MediaVideoDecoderOutput.h | ||
virtual FDecoderTimeStamp GetTime() |
MediaVideoDecoderOutput.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
TSharedPtr< Electra::FParamDict, ESPMode::ThreadSafe > InParamDict |
MediaVideoDecoderOutput.h |