SpliceScheduleCommand


@UnstableApi
public final class SpliceScheduleCommand extends 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.

public final class SpliceScheduleCommand.Event

Represents a splice event as contained in a SpliceScheduleCommand.

Public fields

final List<SpliceScheduleCommand.Event>

The list of scheduled events.

Inherited methods

From androidx.media3.common.Metadata.Entry
@Nullable byte[]

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

@Nullable 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.

void

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

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

Public fields

events

public final List<SpliceScheduleCommand.Eventevents

The list of scheduled events.