Uses of Class
software.amazon.awssdk.services.medialive.model.Rec709Settings
-
Packages that use Rec709Settings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Rec709Settings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Rec709Settings Modifier and Type Method Description Rec709SettingsH264ColorSpaceSettings. rec709Settings()Returns the value of the Rec709Settings property for this object.Rec709SettingsH265ColorSpaceSettings. rec709Settings()Returns the value of the Rec709Settings property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type Rec709Settings Modifier and Type Method Description H264ColorSpaceSettings.BuilderH264ColorSpaceSettings.Builder. rec709Settings(Rec709Settings rec709Settings)Sets the value of the Rec709Settings property for this object.H265ColorSpaceSettings.BuilderH265ColorSpaceSettings.Builder. rec709Settings(Rec709Settings rec709Settings)Sets the value of the Rec709Settings property for this object.
-