| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
static Segment.Builder |
Segment.builder() |
default Segment.Builder |
Segment.Builder.encryption(Consumer<Encryption.Builder> encryption)
Sets the value of the Encryption property for this object.
|
Segment.Builder |
Segment.Builder.encryption(Encryption encryption)
Sets the value of the Encryption property for this object.
|
Segment.Builder |
Segment.Builder.includeIframeOnlyStreams(Boolean includeIframeOnlyStreams)
When selected, the stream set includes an additional I-frame only stream, along with the other tracks.
|
default Segment.Builder |
Segment.Builder.scte(Consumer<Scte.Builder> scte)
The SCTE configuration options in the segment settings.
|
Segment.Builder |
Segment.Builder.scte(Scte scte)
The SCTE configuration options in the segment settings.
|
Segment.Builder |
Segment.Builder.segmentDurationSeconds(Integer segmentDurationSeconds)
The duration (in seconds) of each segment.
|
Segment.Builder |
Segment.Builder.segmentName(String segmentName)
The name that describes the segment.
|
Segment.Builder |
Segment.toBuilder() |
Segment.Builder |
Segment.Builder.tsIncludeDvbSubtitles(Boolean tsIncludeDvbSubtitles)
By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output.
|
Segment.Builder |
Segment.Builder.tsUseAudioRenditionGroup(Boolean tsUseAudioRenditionGroup)
When selected, MediaPackage bundles all audio tracks in a rendition group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Segment.Builder> |
Segment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetOriginEndpointResponse.Builder |
GetOriginEndpointResponse.Builder.segment(Consumer<Segment.Builder> segment)
Sets the value of the Segment property for this object.
|
default CreateOriginEndpointResponse.Builder |
CreateOriginEndpointResponse.Builder.segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
default UpdateOriginEndpointRequest.Builder |
UpdateOriginEndpointRequest.Builder.segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
default CreateOriginEndpointRequest.Builder |
CreateOriginEndpointRequest.Builder.segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
default UpdateOriginEndpointResponse.Builder |
UpdateOriginEndpointResponse.Builder.segment(Consumer<Segment.Builder> segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
Copyright © 2023. All rights reserved.