Class M2tsScte35Esam
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.M2tsScte35Esam
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M2tsScte35Esam.Builder,M2tsScte35Esam>
@Generated("software.amazon.awssdk:codegen") public final class M2tsScte35Esam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<M2tsScte35Esam.Builder,M2tsScte35Esam>
Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM2tsScte35Esam.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static M2tsScte35Esam.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerscte35EsamPid()Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.List<SdkField<?>>sdkFields()static Class<? extends M2tsScte35Esam.Builder>serializableBuilderClass()M2tsScte35Esam.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scte35EsamPid
public final Integer scte35EsamPid()
Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.- Returns:
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.
-
toBuilder
public M2tsScte35Esam.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<M2tsScte35Esam.Builder,M2tsScte35Esam>
-
builder
public static M2tsScte35Esam.Builder builder()
-
serializableBuilderClass
public static Class<? extends M2tsScte35Esam.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-