Uses of Interface
software.amazon.awssdk.services.medialive.model.AncillarySourceSettings.Builder
-
Packages that use AncillarySourceSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AncillarySourceSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AncillarySourceSettings.Builder Modifier and Type Method Description static AncillarySourceSettings.BuilderAncillarySourceSettings. builder()AncillarySourceSettings.BuilderAncillarySourceSettings.Builder. sourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.AncillarySourceSettings.BuilderAncillarySourceSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AncillarySourceSettings.Builder Modifier and Type Method Description static Class<? extends AncillarySourceSettings.Builder>AncillarySourceSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type AncillarySourceSettings.Builder Modifier and Type Method Description default CaptionSelectorSettings.BuilderCaptionSelectorSettings.Builder. ancillarySourceSettings(Consumer<AncillarySourceSettings.Builder> ancillarySourceSettings)Sets the value of the AncillarySourceSettings property for this object.
-