H265ColorSpaceSettings constructor

H265ColorSpaceSettings({
  1. ColorSpacePassthroughSettings? colorSpacePassthroughSettings,
  2. Hdr10Settings? hdr10Settings,
  3. Rec601Settings? rec601Settings,
  4. Rec709Settings? rec709Settings,
})

Implementation

H265ColorSpaceSettings({
  this.colorSpacePassthroughSettings,
  this.hdr10Settings,
  this.rec601Settings,
  this.rec709Settings,
});