| 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.withDescriptiveVideoServiceFlag(HlsDescriptiveVideoServiceFlag descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
HlsSettings |
HlsSettings.withDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
HlsSettings |
HlsSettings.withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this
rendition, in addition to your regular manifest for this rendition.
|
HlsSettings |
HlsSettings.withIFrameOnlyManifest(String iFrameOnlyManifest)
Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this
rendition, in addition to your regular manifest for this rendition.
|
HlsSettings |
HlsSettings.withSegmentModifier(String segmentModifier)
Use this setting to add an identifying string to the filename of each segment.
|
| 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 © 2022. All rights reserved.