C.ColorTransfer
Artifact: androidx.media3:media3-common
@UnstableApi
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = [Format.NO_VALUE])
public annotation C.ColorTransfer
Video/image color transfer characteristics. One of NO_VALUE
, COLOR_TRANSFER_LINEAR
, COLOR_TRANSFER_SDR
, COLOR_TRANSFER_SRGB
, COLOR_TRANSFER_GAMMA_2_2
, COLOR_TRANSFER_ST2084
or COLOR_TRANSFER_HLG
.