H265ColorSpaceSettings class

H265 Color Space Settings

Constructors

H265ColorSpaceSettings({ColorSpacePassthroughSettings? colorSpacePassthroughSettings, Hdr10Settings? hdr10Settings, Rec601Settings? rec601Settings, Rec709Settings? rec709Settings})
H265ColorSpaceSettings.fromJson(Map<String, dynamic> json)
factory

Properties

colorSpacePassthroughSettings ColorSpacePassthroughSettings?
final
hashCode int
The hash code for this object.
no setterinherited
hdr10Settings Hdr10Settings?
final
rec601Settings Rec601Settings?
final
rec709Settings Rec709Settings?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited