public static interface HlsSettings.Builder extends CopyableBuilder<HlsSettings.Builder,HlsSettings>
| Modifier and Type | Method and Description |
|---|---|
HlsSettings.Builder |
audioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
HlsSettings.Builder |
audioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
HlsSettings.Builder |
audioTrackType(HlsAudioTrackType audioTrackType)
Sets the value of the AudioTrackType property for this object.
|
HlsSettings.Builder |
audioTrackType(String audioTrackType)
Sets the value of the AudioTrackType property for this object.
|
HlsSettings.Builder |
iFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
Sets the value of the IFrameOnlyManifest property for this object.
|
HlsSettings.Builder |
iFrameOnlyManifest(String iFrameOnlyManifest)
Sets the value of the IFrameOnlyManifest property for this object.
|
HlsSettings.Builder |
segmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
copyapply, buildHlsSettings.Builder audioGroupId(String audioGroupId)
audioGroupId - Specifies the group to which the audio Rendition belongs.HlsSettings.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 ','.HlsSettings.Builder audioTrackType(String audioTrackType)
audioTrackType - The new value for the AudioTrackType property for this object.HlsAudioTrackType,
HlsAudioTrackTypeHlsSettings.Builder audioTrackType(HlsAudioTrackType audioTrackType)
audioTrackType - The new value for the AudioTrackType property for this object.HlsAudioTrackType,
HlsAudioTrackTypeHlsSettings.Builder iFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest - The new value for the IFrameOnlyManifest property for this object.HlsIFrameOnlyManifest,
HlsIFrameOnlyManifestHlsSettings.Builder iFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
iFrameOnlyManifest - The new value for the IFrameOnlyManifest property for this object.HlsIFrameOnlyManifest,
HlsIFrameOnlyManifestHlsSettings.Builder segmentModifier(String segmentModifier)
segmentModifier - String concatenated to end of segment filenames. Accepts
"Format Identifiers":#format_identifier_parameters.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.