| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsSettings |
HlsSettings.clone() |
HlsSettings |
OutputSettings.getHlsSettings()
Settings for HLS output groups
|
HlsSettings |
HlsSettings.withAudioGroupId(String audioGroupId)
Specifies the group to which the audio Rendition belongs.
|
HlsSettings |
HlsSettings.withAudioOnlyContainer(HlsAudioOnlyContainer audioOnlyContainer)
Use this setting only in audio-only outputs.
|
HlsSettings |
HlsSettings.withAudioOnlyContainer(String audioOnlyContainer)
Use this setting only in audio-only outputs.
|
HlsSettings |
HlsSettings.withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
HlsSettings |
HlsSettings.withAudioTrackType(HlsAudioTrackType audioTrackType)
Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only
stream instead of video in low-bandwidth scenarios.
|
HlsSettings |
HlsSettings.withAudioTrackType(String audioTrackType)
Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only
stream instead of video in low-bandwidth scenarios.
|
HlsSettings |
HlsSettings.withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest
|
HlsSettings |
HlsSettings.withIFrameOnlyManifest(String iFrameOnlyManifest)
When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest
|
HlsSettings |
HlsSettings.withSegmentModifier(String segmentModifier)
String concatenated to end of segment filenames.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputSettings.setHlsSettings(HlsSettings hlsSettings)
Settings for HLS output groups
|
OutputSettings |
OutputSettings.withHlsSettings(HlsSettings hlsSettings)
Settings for HLS output groups
|
Copyright © 2019. All rights reserved.