@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeSignalMessage extends Object implements Serializable, Cloneable, StructuredPojo
The SCTE-35 time_signal
message can be sent with one or more segmentation_descriptor
messages. A time_signal
message can be sent only if a single segmentation_descriptor
message is sent.
The time_signal
message contains only the splice_time
field which is constructed using a
given presentation timestamp. When sending a time_signal
message, the splice_command_type
field in the splice_info_section
message is set to 6 (0x06).
See the time_signal()
table of the 2022 SCTE-35 specification for more information.
Constructor and Description |
---|
TimeSignalMessage() |
Modifier and Type | Method and Description |
---|---|
TimeSignalMessage |
clone() |
boolean |
equals(Object obj) |
List<SegmentationDescriptor> |
getSegmentationDescriptors()
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
String |
toString()
Returns a string representation of this object.
|
TimeSignalMessage |
withSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
TimeSignalMessage |
withSegmentationDescriptors(SegmentationDescriptor... segmentationDescriptors)
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
public List<SegmentationDescriptor> getSegmentationDescriptors()
The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.
segmentation_descriptor
message(s) sent with the
time_signal
message.public void setSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.
segmentationDescriptors
- The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.public TimeSignalMessage withSegmentationDescriptors(SegmentationDescriptor... segmentationDescriptors)
The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.
NOTE: This method appends the values to the existing list (if any). Use
setSegmentationDescriptors(java.util.Collection)
or
withSegmentationDescriptors(java.util.Collection)
if you want to override the existing values.
segmentationDescriptors
- The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.public TimeSignalMessage withSegmentationDescriptors(Collection<SegmentationDescriptor> segmentationDescriptors)
The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.
segmentationDescriptors
- The configurations for the SCTE-35 segmentation_descriptor
message(s) sent with the
time_signal
message.public String toString()
toString
in class Object
Object.toString()
public TimeSignalMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.