pub type VideoTransferCharacteristics = VideoTransferCharacteristics;
enum VideoTransferCharacteristics { Bt709 = 0, Smpte170m = 1, Iec6196621 = 2, }