Hdr10Metadata
public struct Hdr10Metadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let 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.
Declaration
Swift
public let 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.
Declaration
Swift
public let 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.
Declaration
Swift
public let greenPrimaryY: 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.
Declaration
Swift
public let maxContentLightLevel: 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.
Declaration
Swift
public let maxFrameAverageLightLevel: Int? -
Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.
Declaration
Swift
public let maxLuminance: Int? -
Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter
Declaration
Swift
public let minLuminance: 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.
Declaration
Swift
public let 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.
Declaration
Swift
public let 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.
Declaration
Swift
public let 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.
Declaration
Swift
public let whitePointY: Int? -
init(bluePrimaryX:bluePrimaryY:greenPrimaryX:greenPrimaryY:maxContentLightLevel:maxFrameAverageLightLevel:maxLuminance:minLuminance:redPrimaryX:redPrimaryY:whitePointX:whitePointY:)Undocumented
Declaration
Swift
public init(bluePrimaryX: Int? = nil, bluePrimaryY: Int? = nil, greenPrimaryX: Int? = nil, greenPrimaryY: Int? = nil, maxContentLightLevel: Int? = nil, maxFrameAverageLightLevel: Int? = nil, maxLuminance: Int? = nil, minLuminance: Int? = nil, redPrimaryX: Int? = nil, redPrimaryY: Int? = nil, whitePointX: Int? = nil, whitePointY: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Hdr10Metadata Structure Reference