public final class PrivateCommand extends SpliceCommand
Modifier and Type | Field and Description |
---|---|
byte[] |
commandBytes
The private bytes as defined in SCTE35, Section 9.3.6.
|
static android.os.Parcelable.Creator<PrivateCommand> |
CREATOR |
long |
identifier
The identifier as defined in SCTE35, Section 9.3.6.
|
long |
ptsAdjustment
The
pts_adjustment as defined in SCTE35, Section 9.2. |
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContents
public final long ptsAdjustment
pts_adjustment
as defined in SCTE35, Section 9.2.public final long identifier
public final byte[] commandBytes
public static final android.os.Parcelable.Creator<PrivateCommand> CREATOR