Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

Inputstream color range flags
MPEG vs JPEG YUV range. More...

Enumerations

enum  INPUTSTREAM_COLORRANGE { INPUTSTREAM_COLORRANGE_UNKNOWN = 0 , INPUTSTREAM_COLORRANGE_LIMITED , INPUTSTREAM_COLORRANGE_FULLRANGE , INPUTSTREAM_COLORRANGE_MAX }
 

Detailed Description

Inputstream color range flags
MPEG vs JPEG YUV range.

Used on kodi::addon::InputstreamInfo::SetColorRange and kodi::addon::InputstreamInfo::GetColorRange.

Enumeration Type Documentation

◆ INPUTSTREAM_COLORRANGE

Enumerator
INPUTSTREAM_COLORRANGE_UNKNOWN 

0 : To define as unknown

INPUTSTREAM_COLORRANGE_LIMITED 

1 : The normal 219*2^(n-8) "MPEG" YUV ranges

INPUTSTREAM_COLORRANGE_FULLRANGE 

2 : The normal 2^n-1 "JPEG" YUV ranges

INPUTSTREAM_COLORRANGE_MAX 

The maximum value to use in a list.