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