PiperOrigin-RevId: 298288236
This commit is contained in:
andrewlewis 2020-03-02 08:22:10 +00:00 committed by Oliver Woodman
parent a6d0caaa3c
commit 2ca363316c

View file

@ -43,12 +43,11 @@ public final class ColorInfo implements Parcelable {
public final int colorRange; public final int colorRange;
/** /**
* The color transfer characteristicks of the video. Valid values are {@link * The color transfer characteristics of the video. Valid values are {@link C#COLOR_TRANSFER_HLG},
* C#COLOR_TRANSFER_HLG}, {@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link * {@link C#COLOR_TRANSFER_ST2084}, {@link C#COLOR_TRANSFER_SDR} or {@link Format#NO_VALUE} if
* Format#NO_VALUE} if unknown. * unknown.
*/ */
@C.ColorTransfer @C.ColorTransfer public final int colorTransfer;
public final int colorTransfer;
/** HdrStaticInfo as defined in CTA-861.3, or null if none specified. */ /** HdrStaticInfo as defined in CTA-861.3, or null if none specified. */
@Nullable public final byte[] hdrStaticInfo; @Nullable public final byte[] hdrStaticInfo;