Back to Exoplayer

SpliceInsertCommand.ComponentSplice (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.ComponentSplice.html

latest2.3 KB
Original Source

Package com.google.android.exoplayer2.metadata.scte35

Class SpliceInsertCommand.ComponentSplice


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.

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | long | componentSplicePlaybackPositionUs | | | long | componentSplicePts | | | int | componentTag | |

Method Summary

All Methods Static Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description | | --- | --- | --- | | static SpliceInsertCommand.ComponentSplice | createFromParcel​(Parcel in) | | | void | writeToParcel​(Parcel dest) | |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

- 

componentTag

public final int componentTag
- 

componentSplicePts

public final long componentSplicePts
- 

componentSplicePlaybackPositionUs

public final long componentSplicePlaybackPositionUs

Method Detail

- 

writeToParcel

public void writeToParcel​([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest)
- 

createFromParcel

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)