Navigation
API > API/Runtime > API/Runtime/Media
Inheritance Hierarchy
- IMediaTextureSampleColorConverter
- FMediaIOCoreTextureSampleBase
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaTextureSampleConverter.h |
Include | #include "IMediaTextureSampleConverter.h" |
Syntax
class IMediaTextureSampleColorConverter
Remarks
Interface class to implement custom sample color conversion
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | ApplyColorConversion
(
FTexture2DRHIRef& InSrcTexture, |
Apply a color conversion on the input and store the result in the destination texture. |