| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentationDescriptor |
SegmentationDescriptor.clone() |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentationEventId(Integer segmentationEventId)
The Event Identifier to assign to the
segmentation_descriptor.segmentation_event_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentationTypeId(Integer segmentationTypeId)
The Type Identifier to assign to the
segmentation_descriptor.segmentation_type_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentationUpid(String segmentationUpid)
The Upid to assign to the
segmentation_descriptor.segmentation_upid message, as defined in section
10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentationUpidType(Integer segmentationUpidType)
The Upid Type to assign to the
segmentation_descriptor.segmentation_upid_type message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentNum(Integer segmentNum)
The segment number to assign to the
segmentation_descriptor.segment_num message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. |
SegmentationDescriptor |
SegmentationDescriptor.withSegmentsExpected(Integer segmentsExpected)
The number of segments expected, which is assigned to the
segmentation_descriptor.segments_expectedS
message, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256,
inclusive. |
SegmentationDescriptor |
SegmentationDescriptor.withSubSegmentNum(Integer subSegmentNum)
The sub-segment number to assign to the
segmentation_descriptor.sub_segment_num message, as defined
in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor |
SegmentationDescriptor.withSubSegmentsExpected(Integer subSegmentsExpected)
The number of sub-segments expected, which is assigned to the
segmentation_descriptor.sub_segments_expected message, as defined in section 10.3.3.1 of the 2022
SCTE-35 specification. |
| Modifier and Type | Method and Description |
|---|---|
List<SegmentationDescriptor> |
TimeSignalMessage.getSegmentationDescriptors()
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
| Modifier and Type | Method and Description |
|---|---|
TimeSignalMessage |
TimeSignalMessage.withSegmentationDescriptors(SegmentationDescriptor... segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSignalMessage.setSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
TimeSignalMessage |
TimeSignalMessage.withSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
Copyright © 2024. All rights reserved.