@Generated(value="software.amazon.awssdk:codegen") public final class TimeSignalMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeSignalMessage.Builder,TimeSignalMessage>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeSignalMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimeSignalMessage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSegmentationDescriptors()
For responses, this returns true if the service returned a value for the SegmentationDescriptors property.
|
List<SdkField<?>> |
sdkFields() |
List<SegmentationDescriptor> |
segmentationDescriptors()
The configurations for the SCTE-35
segmentation_descriptor message(s) sent with the
time_signal message. |
static Class<? extends TimeSignalMessage.Builder> |
serializableBuilderClass() |
TimeSignalMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasSegmentationDescriptors()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<SegmentationDescriptor> segmentationDescriptors()
The configurations for the SCTE-35 segmentation_descriptor message(s) sent with the
time_signal message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSegmentationDescriptors() method.
segmentation_descriptor message(s) sent with the
time_signal message.public TimeSignalMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimeSignalMessage.Builder,TimeSignalMessage>public static TimeSignalMessage.Builder builder()
public static Class<? extends TimeSignalMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.