@UnstableApi
class PrivateCommand : SpliceCommand


Represents a private command as defined in SCTE35, Section 9.3.6.

Summary

Public functions

String!
Unit
writeToParcel(dest: Parcel!, flags: Int)

Public properties

ByteArray<Byte>!

The private bytes as defined in SCTE35, Section 9.3.6.

Long

The identifier as defined in SCTE35, Section 9.3.6.

Long

The pts_adjustment as defined in SCTE35, Section 9.2.

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 android.os.Parcelable
abstract Int
From androidx.media3.extractor.metadata.scte35.SpliceCommand

Constants

CREATOR

const val CREATORParcelable.Creator<PrivateCommand!>!

Public functions

toString

fun toString(): String!

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

commandBytes

val commandBytesByteArray<Byte>!

The private bytes as defined in SCTE35, Section 9.3.6.

identifier

val identifierLong

The identifier as defined in SCTE35, Section 9.3.6.

ptsAdjustment

val ptsAdjustmentLong

The pts_adjustment as defined in SCTE35, Section 9.2.