DolbyVisionLevel6Metadata
public struct DolbyVisionLevel6Metadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.
Declaration
Swift
public let maxCll: Int?
-
Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.
Declaration
Swift
public let maxFall: Int?
-
Undocumented
Declaration
Swift
public init(maxCll: Int? = nil, maxFall: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws