Navigation
API > API/Plugins > API/Plugins/ElectraSamples
| Name | IElectraTextureSampleBase |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/IElectraTextureSample.h |
| Include Path | #include "IElectraTextureSample.h" |
Syntax
class IElectraTextureSampleBase :
public IMediaTextureSample,
public IMediaPoolable
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IElectraTextureSampleBase() |
IElectraTextureSample.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FReleaseDelegate | TBaseDelegate_OneParam< void, IElectraTextureSampleBase * > | IElectraTextureSample.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FinishInitialization() |
IElectraTextureSample.h | ||
double GetAspectRatio() |
IElectraTextureSample.h | ||
TSharedPtr< const IVideoDecoderColorimetry, ESPMode::ThreadSafe > GetColorimetry() |
IElectraTextureSample.h | ||
FIntPoint GetDim() |
IElectraTextureSample.h | ||
TOptional< UE::Color::FColorSpace > GetDisplayMasteringColorSpace() |
IElectraTextureSample.h | ||
bool GetDisplayMasteringLuminance
(
float& OutMin, |
IElectraTextureSample.h | ||
FTimespan GetDuration() |
IElectraTextureSample.h | ||
UE::Color::EEncoding GetEncodingType() |
IElectraTextureSample.h | ||
TOptional< FFrameRate > GetFramerate() |
IElectraTextureSample.h | ||
bool GetFullRange() |
IElectraTextureSample.h | ||
float GetHDRNitsNormalizationFactor() |
IElectraTextureSample.h | ||
bool GetMaxLuminanceLevels
(
uint16& OutCLL, |
IElectraTextureSample.h | ||
EMediaOrientation GetOrientation() |
IElectraTextureSample.h | ||
FIntPoint GetOutputDim() |
IElectraTextureSample.h | ||
EPixelFormat GetPixelFormat() |
IElectraTextureSample.h | ||
EElectraTextureSamplePixelEncoding GetPixelFormatEncoding() |
IElectraTextureSample.h | ||
FReleaseDelegate & GetReleaseDelegate() |
IElectraTextureSample.h | ||
virtual float GetSampleDataScale
(
bool b10Bit |
IElectraTextureSample.h | ||
FMatrix44f GetSampleToRGBMatrix() |
IElectraTextureSample.h | ||
const UE::Color::FColorSpace & GetSourceColorSpace() |
IElectraTextureSample.h | ||
FMediaTimeStamp GetTime() |
IElectraTextureSample.h | ||
TOptional< FTimecode > GetTimecode() |
IElectraTextureSample.h | ||
MediaShaders::EToneMapMethod GetToneMapMethod() |
IElectraTextureSample.h | ||
const FMatrix & GetYUVToRGBMatrix() |
IElectraTextureSample.h | ||
void InitializeCommon
(
const Electra::FParamDict& InParams |
IElectraTextureSample.h | ||
void InitializePoolable() |
IElectraTextureSample.h | ||
bool IsCacheable() |
IElectraTextureSample.h | ||
bool IsOutputSrgb() |
IElectraTextureSample.h | ||
bool IsReadyForReuse() |
IElectraTextureSample.h | ||
void SetDim
(
const FIntPoint& InDim |
IElectraTextureSample.h | ||
void SetDuration
(
const FTimespan& InDuration |
IElectraTextureSample.h | ||
void SetTime
(
const FMediaTimeStamp& InTime |
IElectraTextureSample.h | ||
void ShutdownPoolable() |
IElectraTextureSample.h |