H265ColorSpaceSettings constructor
H265ColorSpaceSettings({
- ColorSpacePassthroughSettings? colorSpacePassthroughSettings,
- Hdr10Settings? hdr10Settings,
- Rec601Settings? rec601Settings,
- Rec709Settings? rec709Settings,
Implementation
H265ColorSpaceSettings({
this.colorSpacePassthroughSettings,
this.hdr10Settings,
this.rec601Settings,
this.rec709Settings,
});