| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.clone() |
Segment |
UpdateOriginEndpointRequest.getSegment()
The segment configuration, including the segment name, duration, and other configuration values.
|
Segment |
GetOriginEndpointResult.getSegment() |
Segment |
CreateOriginEndpointResult.getSegment()
The segment configuration, including the segment name, duration, and other configuration values.
|
Segment |
CreateOriginEndpointRequest.getSegment()
The segment configuration, including the segment name, duration, and other configuration values.
|
Segment |
UpdateOriginEndpointResult.getSegment()
The segment configuration, including the segment name, duration, and other configuration values.
|
Segment |
Segment.withEncryption(Encryption encryption) |
Segment |
Segment.withIncludeIframeOnlyStreams(Boolean includeIframeOnlyStreams)
When selected, the stream set includes an additional I-frame only stream, along with the other tracks.
|
Segment |
Segment.withScte(Scte scte)
The SCTE configuration options in the segment settings.
|
Segment |
Segment.withSegmentDurationSeconds(Integer segmentDurationSeconds)
The duration (in seconds) of each segment.
|
Segment |
Segment.withSegmentName(String segmentName)
The name that describes the segment.
|
Segment |
Segment.withTsIncludeDvbSubtitles(Boolean tsIncludeDvbSubtitles)
By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output.
|
Segment |
Segment.withTsUseAudioRenditionGroup(Boolean tsUseAudioRenditionGroup)
When selected, MediaPackage bundles all audio tracks in a rendition group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOriginEndpointRequest.setSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
void |
GetOriginEndpointResult.setSegment(Segment segment) |
void |
CreateOriginEndpointResult.setSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
void |
CreateOriginEndpointRequest.setSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
void |
UpdateOriginEndpointResult.setSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
UpdateOriginEndpointRequest |
UpdateOriginEndpointRequest.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
GetOriginEndpointResult |
GetOriginEndpointResult.withSegment(Segment segment) |
CreateOriginEndpointResult |
CreateOriginEndpointResult.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
UpdateOriginEndpointResult |
UpdateOriginEndpointResult.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
Copyright © 2024. All rights reserved.