DolbyVision
public struct DolbyVision : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
Declaration
Swift
public let l6Metadata: DolbyVisionLevel6Metadata?
-
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
Declaration
Swift
public let l6Mode: DolbyVisionLevel6Mode?
-
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.
Declaration
Swift
public let profile: DolbyVisionProfile?
-
Undocumented
Declaration
Swift
public init(l6Metadata: DolbyVisionLevel6Metadata? = nil, l6Mode: DolbyVisionLevel6Mode? = nil, profile: DolbyVisionProfile? = nil)
-
Declaration
Swift
public func validate(name: String) throws