Navigation
API > API/Plugins > API/Plugins/ElectraSamples
References
| Module | ElectraSamples |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraSamples/Public/ElectraSamplesTextureManager.h |
| Include | #include "ElectraSamplesTextureManager.h" |
Syntax
class FElectraSamplesTextureManager
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > | CreateTexture
(
const FIntPoint& Dim, |
||
| FTextureRHIRef | GetRHITextureFromPlatformTexture
(
void* PlatformTexture |
||
| void | PlatformAddSharedTextureRef
(
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > InTextureRef |
||
| TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > | PlatformCreateTexture
(
const FIntPoint& Dim, |
||
| void * | PlatformGetTexturePlatform
(
IVideoDecoderTexture* Texture |
||
| FTextureRHIRef | PlatformGetTextureRHI
(
IVideoDecoderTexture* Texture |
||
| void | PlatformRemoveSharedTextureRef
(
TSharedPtr< IVideoDecoderTexture, ESPMode::ThreadSafe > InTextureRef |