Hdr10Metadata class
Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.
Constructors
- Hdr10Metadata({int? bluePrimaryX, int? bluePrimaryY, int? greenPrimaryX, int? greenPrimaryY, int? maxContentLightLevel, int? maxFrameAverageLightLevel, int? maxLuminance, int? minLuminance, int? redPrimaryX, int? redPrimaryY, int? whitePointX, int? whitePointY})
-
Hdr10Metadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bluePrimaryX → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- bluePrimaryY → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- greenPrimaryX → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- greenPrimaryY → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxContentLightLevel → int?
-
Maximum light level among all samples in the coded video sequence, in units
of candelas per square meter. This setting doesn't have a default value;
you must specify a value that is suitable for the content.
final
- maxFrameAverageLightLevel → int?
-
Maximum average light level of any frame in the coded video sequence, in
units of candelas per square meter. This setting doesn't have a default
value; you must specify a value that is suitable for the content.
final
- maxLuminance → int?
-
Nominal maximum mastering display luminance in units of of 0.0001 candelas
per square meter.
final
- minLuminance → int?
-
Nominal minimum mastering display luminance in units of of 0.0001 candelas
per square meter
final
- redPrimaryX → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- redPrimaryY → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- whitePointX → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
- whitePointY → int?
-
HDR Master Display Information must be provided by a color grader, using
color grading tools. Range is 0 to 50,000, each increment represents 0.00002
in CIE1931 color coordinate. Note that this setting is not for color
correction.
final
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