public static interface DolbyVision.Builder extends SdkPojo, CopyableBuilder<DolbyVision.Builder,DolbyVision>
| Modifier and Type | Method and Description |
|---|---|
default DolbyVision.Builder |
l6Metadata(Consumer<DolbyVisionLevel6Metadata.Builder> l6Metadata)
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
DolbyVision.Builder |
l6Metadata(DolbyVisionLevel6Metadata l6Metadata)
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in
your input with new values.
|
DolbyVision.Builder |
l6Mode(DolbyVisionLevel6Mode l6Mode)
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
DolbyVision.Builder |
l6Mode(String l6Mode)
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
|
DolbyVision.Builder |
profile(DolbyVisionProfile profile)
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
DolbyVision.Builder |
profile(String profile)
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDolbyVision.Builder l6Metadata(DolbyVisionLevel6Metadata l6Metadata)
l6Metadata - Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL
values in your input with new values.default DolbyVision.Builder l6Metadata(Consumer<DolbyVisionLevel6Metadata.Builder> l6Metadata)
DolbyVisionLevel6Metadata.Builder avoiding the need to create one manually via
DolbyVisionLevel6Metadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to l6Metadata(DolbyVisionLevel6Metadata).l6Metadata - a consumer that will call methods on DolbyVisionLevel6Metadata.Builderl6Metadata(DolbyVisionLevel6Metadata)DolbyVision.Builder l6Mode(String l6Mode)
l6Mode - Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Mode,
DolbyVisionLevel6ModeDolbyVision.Builder l6Mode(DolbyVisionLevel6Mode l6Mode)
l6Mode - Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.DolbyVisionLevel6Mode,
DolbyVisionLevel6ModeDolbyVision.Builder profile(String profile)
profile - 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.DolbyVisionProfile,
DolbyVisionProfileDolbyVision.Builder profile(DolbyVisionProfile profile)
profile - 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.DolbyVisionProfile,
DolbyVisionProfileCopyright © 2021. All rights reserved.