public static interface H265ColorSpaceSettings.Builder extends SdkPojo, CopyableBuilder<H265ColorSpaceSettings.Builder,H265ColorSpaceSettings>
| Modifier and Type | Method and Description |
|---|---|
H265ColorSpaceSettings.Builder |
colorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H265ColorSpaceSettings.Builder |
colorSpacePassthroughSettings(Consumer<ColorSpacePassthroughSettings.Builder> colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H265ColorSpaceSettings.Builder |
dolbyVision81Settings(Consumer<DolbyVision81Settings.Builder> dolbyVision81Settings)
Sets the value of the DolbyVision81Settings property for this object.
|
H265ColorSpaceSettings.Builder |
dolbyVision81Settings(DolbyVision81Settings dolbyVision81Settings)
Sets the value of the DolbyVision81Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
hdr10Settings(Consumer<Hdr10Settings.Builder> hdr10Settings)
Sets the value of the Hdr10Settings property for this object.
|
H265ColorSpaceSettings.Builder |
hdr10Settings(Hdr10Settings hdr10Settings)
Sets the value of the Hdr10Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
rec601Settings(Consumer<Rec601Settings.Builder> rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
H265ColorSpaceSettings.Builder |
rec601Settings(Rec601Settings rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
rec709Settings(Consumer<Rec709Settings.Builder> rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
H265ColorSpaceSettings.Builder |
rec709Settings(Rec709Settings rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildH265ColorSpaceSettings.Builder colorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
colorSpacePassthroughSettings - The new value for the ColorSpacePassthroughSettings property for this object.default H265ColorSpaceSettings.Builder colorSpacePassthroughSettings(Consumer<ColorSpacePassthroughSettings.Builder> colorSpacePassthroughSettings)
ColorSpacePassthroughSettings.Builder
avoiding the need to create one manually via ColorSpacePassthroughSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to colorSpacePassthroughSettings(ColorSpacePassthroughSettings).
colorSpacePassthroughSettings - a consumer that will call methods on ColorSpacePassthroughSettings.BuildercolorSpacePassthroughSettings(ColorSpacePassthroughSettings)H265ColorSpaceSettings.Builder dolbyVision81Settings(DolbyVision81Settings dolbyVision81Settings)
dolbyVision81Settings - The new value for the DolbyVision81Settings property for this object.default H265ColorSpaceSettings.Builder dolbyVision81Settings(Consumer<DolbyVision81Settings.Builder> dolbyVision81Settings)
DolbyVision81Settings.Builder avoiding
the need to create one manually via DolbyVision81Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dolbyVision81Settings(DolbyVision81Settings).
dolbyVision81Settings - a consumer that will call methods on DolbyVision81Settings.BuilderdolbyVision81Settings(DolbyVision81Settings)H265ColorSpaceSettings.Builder hdr10Settings(Hdr10Settings hdr10Settings)
hdr10Settings - The new value for the Hdr10Settings property for this object.default H265ColorSpaceSettings.Builder hdr10Settings(Consumer<Hdr10Settings.Builder> hdr10Settings)
Hdr10Settings.Builder avoiding the need
to create one manually via Hdr10Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hdr10Settings(Hdr10Settings).
hdr10Settings - a consumer that will call methods on Hdr10Settings.Builderhdr10Settings(Hdr10Settings)H265ColorSpaceSettings.Builder rec601Settings(Rec601Settings rec601Settings)
rec601Settings - The new value for the Rec601Settings property for this object.default H265ColorSpaceSettings.Builder rec601Settings(Consumer<Rec601Settings.Builder> rec601Settings)
Rec601Settings.Builder avoiding the need
to create one manually via Rec601Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rec601Settings(Rec601Settings).
rec601Settings - a consumer that will call methods on Rec601Settings.Builderrec601Settings(Rec601Settings)H265ColorSpaceSettings.Builder rec709Settings(Rec709Settings rec709Settings)
rec709Settings - The new value for the Rec709Settings property for this object.default H265ColorSpaceSettings.Builder rec709Settings(Consumer<Rec709Settings.Builder> rec709Settings)
Rec709Settings.Builder avoiding the need
to create one manually via Rec709Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rec709Settings(Rec709Settings).
rec709Settings - a consumer that will call methods on Rec709Settings.Builderrec709Settings(Rec709Settings)Copyright © 2022. All rights reserved.