Uses of Interface
software.amazon.awssdk.services.medialive.model.StandardHlsSettings.Builder
-
Packages that use StandardHlsSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of StandardHlsSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StandardHlsSettings.Builder Modifier and Type Method Description StandardHlsSettings.BuilderStandardHlsSettings.Builder. audioRenditionSets(String audioRenditionSets)List all the audio groups that are used with the video output stream.static StandardHlsSettings.BuilderStandardHlsSettings. builder()default StandardHlsSettings.BuilderStandardHlsSettings.Builder. m3u8Settings(Consumer<M3u8Settings.Builder> m3u8Settings)Sets the value of the M3u8Settings property for this object.StandardHlsSettings.BuilderStandardHlsSettings.Builder. m3u8Settings(M3u8Settings m3u8Settings)Sets the value of the M3u8Settings property for this object.StandardHlsSettings.BuilderStandardHlsSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StandardHlsSettings.Builder Modifier and Type Method Description static Class<? extends StandardHlsSettings.Builder>StandardHlsSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type StandardHlsSettings.Builder Modifier and Type Method Description default HlsSettings.BuilderHlsSettings.Builder. standardHlsSettings(Consumer<StandardHlsSettings.Builder> standardHlsSettings)Sets the value of the StandardHlsSettings property for this object.
-