docs/doc/reference/com/google/android/exoplayer2/metadata/scte35/PrivateCommand.html
Package com.google.android.exoplayer2.metadata.scte35
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classPrivateCommandextends[SpliceCommand](SpliceCommand.html "class in com.google.android.exoplayer2.metadata.scte35")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Represents a private command as defined in SCTE35, Section 9.3.6.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| byte[] | commandBytes |
Deprecated.
The private bytes as defined in SCTE35, Section 9.3.6.
|
| static Parcelable.Creator<PrivateCommand> | CREATOR |
Deprecated.
|
| long | identifier |
Deprecated.
The identifier as defined in SCTE35, Section 9.3.6.
|
| long | ptsAdjustment |
Deprecated.
The pts_adjustment as defined in SCTE35, Section 9.2.
|
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
describeContents
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public final long ptsAdjustment
Deprecated.
The pts_adjustment as defined in SCTE35, Section 9.2.
-
public final long identifier
Deprecated.
The identifier as defined in SCTE35, Section 9.3.6.
-
public final byte[] commandBytes
Deprecated.
The private bytes as defined in SCTE35, Section 9.3.6.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[PrivateCommand](PrivateCommand.html "class in com.google.android.exoplayer2.metadata.scte35")> CREATOR
Deprecated.
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class SpliceCommand
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.