public static interface H264ColorSpaceSettings.Builder extends SdkPojo, CopyableBuilder<H264ColorSpaceSettings.Builder,H264ColorSpaceSettings>
| Modifier and Type | Method and Description |
|---|---|
H264ColorSpaceSettings.Builder |
colorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H264ColorSpaceSettings.Builder |
colorSpacePassthroughSettings(Consumer<ColorSpacePassthroughSettings.Builder> colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H264ColorSpaceSettings.Builder |
rec601Settings(Consumer<Rec601Settings.Builder> rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
H264ColorSpaceSettings.Builder |
rec601Settings(Rec601Settings rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
default H264ColorSpaceSettings.Builder |
rec709Settings(Consumer<Rec709Settings.Builder> rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
H264ColorSpaceSettings.Builder |
rec709Settings(Rec709Settings rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildH264ColorSpaceSettings.Builder colorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
colorSpacePassthroughSettings - The new value for the ColorSpacePassthroughSettings property for this object.default H264ColorSpaceSettings.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)H264ColorSpaceSettings.Builder rec601Settings(Rec601Settings rec601Settings)
rec601Settings - The new value for the Rec601Settings property for this object.default H264ColorSpaceSettings.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)H264ColorSpaceSettings.Builder rec709Settings(Rec709Settings rec709Settings)
rec709Settings - The new value for the Rec709Settings property for this object.default H264ColorSpaceSettings.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.