C.ColorSpace
Artifact: androidx.media3:media3-common
@UnstableApi
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = [Format.NO_VALUE])
annotation C.ColorSpace
Video color spaces, also referred to as color standards. One of NO_VALUE
, COLOR_SPACE_BT601
, COLOR_SPACE_BT709
or COLOR_SPACE_BT2020
.