public static interface StandardHlsSettings.Builder extends CopyableBuilder<StandardHlsSettings.Builder,StandardHlsSettings>
| Modifier and Type | Method and Description |
|---|---|
StandardHlsSettings.Builder |
audioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
default StandardHlsSettings.Builder |
m3u8Settings(Consumer<M3u8Settings.Builder> m3u8Settings)
Sets the value of the M3u8Settings property for this object.
|
StandardHlsSettings.Builder |
m3u8Settings(M3u8Settings m3u8Settings)
Sets the value of the M3u8Settings property for this object.
|
copyapply, buildStandardHlsSettings.Builder audioRenditionSets(String audioRenditionSets)
audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs
that are associated to the video, separate by ','.StandardHlsSettings.Builder m3u8Settings(M3u8Settings m3u8Settings)
m3u8Settings - The new value for the M3u8Settings property for this object.default StandardHlsSettings.Builder m3u8Settings(Consumer<M3u8Settings.Builder> m3u8Settings)
M3u8Settings.Builder avoiding the need to
create one manually via M3u8Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to m3u8Settings(M3u8Settings).m3u8Settings - a consumer that will call methods on M3u8Settings.Builderm3u8Settings(M3u8Settings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.