DolbyVision class

Settings for Dolby Vision

Constructors

DolbyVision({DolbyVisionLevel6Metadata? l6Metadata, DolbyVisionLevel6Mode? l6Mode, DolbyVisionProfile? profile})
DolbyVision.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
l6Metadata DolbyVisionLevel6Metadata?
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
final
l6Mode DolbyVisionLevel6Mode?
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
final
profile DolbyVisionProfile?
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.
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