Interface DolbyVisionLevel6Metadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>,SdkBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>,SdkPojo
- Enclosing class:
- DolbyVisionLevel6Metadata
public static interface DolbyVisionLevel6Metadata.Builder extends SdkPojo, CopyableBuilder<DolbyVisionLevel6Metadata.Builder,DolbyVisionLevel6Metadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DolbyVisionLevel6Metadata.BuildermaxCll(Integer maxCll)Maximum Content Light Level.DolbyVisionLevel6Metadata.BuildermaxFall(Integer maxFall)Maximum Frame-Average Light Level.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxCll
DolbyVisionLevel6Metadata.Builder maxCll(Integer maxCll)
Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.- Parameters:
maxCll- Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxFall
DolbyVisionLevel6Metadata.Builder maxFall(Integer maxFall)
Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.- Parameters:
maxFall- Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-