Navigation
API > API/Plugins > API/Plugins/MediaIOCore
List of texture source encodings that can be converted to linear. (Integer values match the ETextureSourceEncoding values in TextureDefines.h
| Name | EMediaIOCoreSourceEncoding |
| Type | enum |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/CaptureCardMediaSource.h |
| Include Path | #include "CaptureCardMediaSource.h" |
Syntax
enum EMediaIOCoreSourceEncoding
{
Linear = 1,
sRGB = 2,
ST2084 = 3,
SLog3 = 12,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| sRGB | |
| ST2084 | |
| SLog3 | BT1886 = 5 UMETA(DisplayName = "BT1886/Gamma 2.4"),. |
| MAX |