Uses of Interface
software.amazon.awssdk.services.medialive.model.HlsId3SegmentTaggingScheduleActionSettings.Builder
-
Packages that use HlsId3SegmentTaggingScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsId3SegmentTaggingScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsId3SegmentTaggingScheduleActionSettings.Builder Modifier and Type Method Description static HlsId3SegmentTaggingScheduleActionSettings.BuilderHlsId3SegmentTaggingScheduleActionSettings. builder()HlsId3SegmentTaggingScheduleActionSettings.BuilderHlsId3SegmentTaggingScheduleActionSettings.Builder. id3(String id3)Base64 string formatted according to the ID3 specification: http://id3.org/id3v2.4.0-structureHlsId3SegmentTaggingScheduleActionSettings.BuilderHlsId3SegmentTaggingScheduleActionSettings.Builder. tag(String tag)ID3 tag to insert into each segment.HlsId3SegmentTaggingScheduleActionSettings.BuilderHlsId3SegmentTaggingScheduleActionSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type HlsId3SegmentTaggingScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends HlsId3SegmentTaggingScheduleActionSettings.Builder>HlsId3SegmentTaggingScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type HlsId3SegmentTaggingScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. hlsId3SegmentTaggingSettings(Consumer<HlsId3SegmentTaggingScheduleActionSettings.Builder> hlsId3SegmentTaggingSettings)Action to insert HLS ID3 segment tagging This is a convenience method that creates an instance of theHlsId3SegmentTaggingScheduleActionSettings.Builderavoiding the need to create one manually viaHlsId3SegmentTaggingScheduleActionSettings.builder().
-