Navigation
| Name | ElectraSamples |
| Type | Plugin |
| Part of Plugins | Electra Player Utilities |
| Location | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/ |
| Module Build Rules | ElectraSamples.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FElectraAudioSample | |
| FElectraAudioSamplePool |
Interfaces
| Name | Remarks |
|---|---|
| IElectraBinarySample | |
| IElectraSamplesModule | Interface for the `ElectraBase_ module. |
| IElectraSubtitleSample | |
| IElectraTextureSampleBase |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FElectraAudioSamplePtr | TSharedPtr< FElectraAudioSample, ESPMode::ThreadSafe > | IElectraAudioSample.h | |
| FElectraAudioSampleRef | TSharedRef< FElectraAudioSample, ESPMode::ThreadSafe > | IElectraAudioSample.h |
Enums
Public
| Name | Remarks |
|---|---|
| EElectraTextureSamplePixelEncoding | Copyright Epic Games, Inc. All Rights Reserved. |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElectraColorimetryUtils::DefaultMPEGColorPrimaries | uint8 | ElectraTextureSampleUtils.h | |
| ElectraColorimetryUtils::DefaultMPEGMatrixCoefficients | uint8 | ElectraTextureSampleUtils.h | |
| ElectraColorimetryUtils::DefaultMPEGTransferCharacteristics | uint8 | ElectraTextureSampleUtils.h | |
| kElectraDecoderPipelineExtraFrames | const uint32 | Decoder settings define the amount of output samples in flight, but this setting omits a few internal instances that will occur at the same time. | CommonElectraTextureSampleGPUBufferHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::Color::EColorSpace ElectraColorimetryUtils::TranslateMPEGColorPrimaries
(
uint8 InPrimaries |
ElectraTextureSampleUtils.h | ||
UE::Color::EColorSpace ElectraColorimetryUtils::TranslateMPEGMatrixCoefficients
(
uint8 InMatrixCoefficients |
ElectraTextureSampleUtils.h | ||
UE::Color::EEncoding ElectraColorimetryUtils::TranslateMPEGTransferCharacteristics
(
uint8 InTransferCharacteristics |
ElectraTextureSampleUtils.h |