| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.builder() |
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.colorSpacePassthroughSettings(ColorSpacePassthroughSettings colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.colorSpacePassthroughSettings(Consumer<ColorSpacePassthroughSettings.Builder> colorSpacePassthroughSettings)
Sets the value of the ColorSpacePassthroughSettings property for this object.
|
default H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.dolbyVision81Settings(Consumer<DolbyVision81Settings.Builder> dolbyVision81Settings)
Sets the value of the DolbyVision81Settings property for this object.
|
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.dolbyVision81Settings(DolbyVision81Settings dolbyVision81Settings)
Sets the value of the DolbyVision81Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.hdr10Settings(Consumer<Hdr10Settings.Builder> hdr10Settings)
Sets the value of the Hdr10Settings property for this object.
|
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.hdr10Settings(Hdr10Settings hdr10Settings)
Sets the value of the Hdr10Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.rec601Settings(Consumer<Rec601Settings.Builder> rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.rec601Settings(Rec601Settings rec601Settings)
Sets the value of the Rec601Settings property for this object.
|
default H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.rec709Settings(Consumer<Rec709Settings.Builder> rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.Builder.rec709Settings(Rec709Settings rec709Settings)
Sets the value of the Rec709Settings property for this object.
|
H265ColorSpaceSettings.Builder |
H265ColorSpaceSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends H265ColorSpaceSettings.Builder> |
H265ColorSpaceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default H265Settings.Builder |
H265Settings.Builder.colorSpaceSettings(Consumer<H265ColorSpaceSettings.Builder> colorSpaceSettings)
Color Space settings This is a convenience method that creates an instance of the
H265ColorSpaceSettings.Builder avoiding the need to create one manually via
H265ColorSpaceSettings.builder(). |
Copyright © 2022. All rights reserved.