| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsCaptionSegmentLengthControl |
HlsGroupSettings.captionSegmentLengthControl()
Set Caption segment length control to Match video to create caption segments that align with the video segments
from the first video output in this output group.
|
static HlsCaptionSegmentLengthControl |
HlsCaptionSegmentLengthControl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HlsCaptionSegmentLengthControl |
HlsCaptionSegmentLengthControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsCaptionSegmentLengthControl[] |
HlsCaptionSegmentLengthControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HlsCaptionSegmentLengthControl> |
HlsCaptionSegmentLengthControl.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.captionSegmentLengthControl(HlsCaptionSegmentLengthControl captionSegmentLengthControl)
Set Caption segment length control to Match video to create caption segments that align with the video
segments from the first video output in this output group.
|
Copyright © 2023. All rights reserved.