docs/doc/reference/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.ComponentSplice.html
Package com.google.android.exoplayer2.metadata.scte35
Enclosing class:SpliceInsertCommand
public static final classSpliceInsertCommand.ComponentSpliceextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Holds splicing information for specific splice insert command components.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| long | componentSplicePlaybackPositionUs | |
| long | componentSplicePts | |
| int | componentTag | |
All Methods Static Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| static SpliceInsertCommand.ComponentSplice | createFromParcel(Parcel in) | |
| void | writeToParcel(Parcel dest) | |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final int componentTag
-
public final long componentSplicePts
-
public final long componentSplicePlaybackPositionUs
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest)
-
public static[SpliceInsertCommand.ComponentSplice](SpliceInsertCommand.ComponentSplice.html "class in com.google.android.exoplayer2.metadata.scte35")createFromParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")in)