Navigation
API > API/Plugins > API/Plugins/ElectraSamples
| Name | FElectraSamplesTextureManager |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/ElectraSamplesTextureManager.h |
| Include Path | #include "ElectraSamplesTextureManager.h" |
Syntax
class FElectraSamplesTextureManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraSamplesTextureManager() |
ElectraSamplesTextureManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FElectraSamplesTextureManager() |
ElectraSamplesTextureManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccessCS | FCriticalSection | ElectraSamplesTextureManager.h | ||
| KnownTextures | TMap< void *, TWeakPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > > | ElectraSamplesTextureManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > CreateTexture
(
const FIntPoint& Dim, |
ElectraSamplesTextureManager.h | ||
FTextureRHIRef GetRHITextureFromPlatformTexture
(
void* PlatformTexture |
ElectraSamplesTextureManager.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PlatformAddSharedTextureRef
(
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > InTextureRef |
ElectraSamplesTextureManager.h | ||
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > PlatformCreateTexture
(
const FIntPoint& Dim, |
ElectraSamplesTextureManager.h | ||
void * PlatformGetTexturePlatform
(
IVideoDecoderTexture* Texture |
ElectraSamplesTextureManager.h | ||
FTextureRHIRef PlatformGetTextureRHI
(
IVideoDecoderTexture* Texture |
ElectraSamplesTextureManager.h | ||
void PlatformRemoveSharedTextureRef
(
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > InTextureRef |
ElectraSamplesTextureManager.h |