SpliceScheduleCommand


@UnstableApi
class SpliceScheduleCommand : SpliceCommand


Represents a splice schedule command as defined in SCTE35, Section 9.3.2.

Summary

Nested types

Holds splicing information for specific splice schedule command components.

Represents a splice event as contained in a SpliceScheduleCommand.

Public properties

(Mutable)List<SpliceScheduleCommand.Event!>!

The list of scheduled events.

Inherited functions

From androidx.media3.common.Metadata.Entry
ByteArray<Byte>?

Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.

Format?

Returns the Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes, or null if this Entry doesn't contain wrapped metadata.

Unit

Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.

From androidx.media3.extractor.metadata.scte35.SpliceCommand

Public properties

events

val events: (Mutable)List<SpliceScheduleCommand.Event!>!

The list of scheduled events.