Uses of Interface
software.amazon.awssdk.services.medialive.model.Scte35SpliceInsertScheduleActionSettings.Builder
-
Packages that use Scte35SpliceInsertScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte35SpliceInsertScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte35SpliceInsertScheduleActionSettings.Builder Modifier and Type Method Description static Scte35SpliceInsertScheduleActionSettings.BuilderScte35SpliceInsertScheduleActionSettings. builder()Scte35SpliceInsertScheduleActionSettings.BuilderScte35SpliceInsertScheduleActionSettings.Builder. duration(Long duration)Optional, the duration for the splice_insert, in 90 KHz ticks.Scte35SpliceInsertScheduleActionSettings.BuilderScte35SpliceInsertScheduleActionSettings.Builder. spliceEventId(Long spliceEventId)The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.Scte35SpliceInsertScheduleActionSettings.BuilderScte35SpliceInsertScheduleActionSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Scte35SpliceInsertScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends Scte35SpliceInsertScheduleActionSettings.Builder>Scte35SpliceInsertScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type Scte35SpliceInsertScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. scte35SpliceInsertSettings(Consumer<Scte35SpliceInsertScheduleActionSettings.Builder> scte35SpliceInsertSettings)Action to insert SCTE-35 splice_insert message This is a convenience method that creates an instance of theScte35SpliceInsertScheduleActionSettings.Builderavoiding the need to create one manually viaScte35SpliceInsertScheduleActionSettings.builder().
-