@Generated(value="software.amazon.awssdk:codegen") public final class Segment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Segment.Builder,Segment>
The segment configuration, including the segment name, duration, and other configuration values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Segment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Segment.Builder |
builder() |
Encryption |
encryption()
Returns the value of the Encryption property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeIframeOnlyStreams()
When selected, the stream set includes an additional I-frame only stream, along with the other tracks.
|
Scte |
scte()
The SCTE configuration options in the segment settings.
|
List<SdkField<?>> |
sdkFields() |
Integer |
segmentDurationSeconds()
The duration (in seconds) of each segment.
|
String |
segmentName()
The name that describes the segment.
|
static Class<? extends Segment.Builder> |
serializableBuilderClass() |
Segment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
tsIncludeDvbSubtitles()
By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output.
|
Boolean |
tsUseAudioRenditionGroup()
When selected, MediaPackage bundles all audio tracks in a rendition group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer segmentDurationSeconds()
The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.
public final String segmentName()
The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.
public final Boolean tsUseAudioRenditionGroup()
When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.
public final Boolean includeIframeOnlyStreams()
When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.
public final Boolean tsIncludeDvbSubtitles()
By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.
public final Scte scte()
The SCTE configuration options in the segment settings.
public final Encryption encryption()
public Segment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Segment.Builder,Segment>public static Segment.Builder builder()
public static Class<? extends Segment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.