NERoomVideoColorSpaceTransfer

@objc
public enum NERoomVideoColorSpaceTransfer : UInt

视频颜色空间传输。

  • Unspecified.

    Declaration

    Swift

    case Invalid = 0
  • BT.709.

    Declaration

    Swift

    case BT709 = 1
  • Unspecified.

    Declaration

    Swift

    case UNSPECIFIED = 2
  • Reserved

    Declaration

    Swift

    case RESERVED = 3
  • GAMMA22.

    Declaration

    Swift

    case GAMMA22 = 4
  • GAMMA28.

    Declaration

    Swift

    case GAMMA28 = 5
  • SMPTE170M.

    Declaration

    Swift

    case SMPTE170M = 6
  • SMPTE240M.

    Declaration

    Swift

    case SMPTE240M = 7
  • LINEAR.

    Declaration

    Swift

    case LINEAR = 8
  • LOG

    LOG.

    Declaration

    Swift

    case LOG = 9
  • LOG_SQRT.

    Declaration

    Swift

    case LOG_SQRT = 10
  • IEC61966_2_4.

    Declaration

    Swift

    case IEC61966_2_4 = 11
  • BT1361_ECG.

    Declaration

    Swift

    case BT1361_ECG = 12
  • IEC61966_2_1.

    Declaration

    Swift

    case IEC61966_2_1 = 13
  • BT2020_10.

    Declaration

    Swift

    case BT2020_10 = 14
  • BT2020_12.

    Declaration

    Swift

    case BT2020_12 = 15
  • SMPTEST2084.

    Declaration

    Swift

    case SMPTEST2084 = 16
  • SMPTEST428.

    Declaration

    Swift

    case SMPTEST428 = 17
  • ARIB_STD_B67.

    Declaration

    Swift

    case ARIB_STD_B67 = 18