Hevc constructor

Hevc({
  1. List? hdr,
  2. List? sdr,
  3. List? dvh1,
})

Implementation

Hevc({this.hdr, this.sdr, this.dvh1});