public class SpliceEvent
extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SpliceEvent.BreakDuration
The Class BreakDuration.
|
class |
SpliceEvent.ComponentSpliceTime
The Class ComponentSpliceTime.
|
| Modifier and Type | Field and Description |
|---|---|
int |
availNum
The avail num.
|
int |
availsExpected
The avails expected.
|
SpliceEvent.BreakDuration |
breakDuration
The break duration.
|
boolean |
cancel
The cancel.
|
java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> |
componentSplices
The component splices.
|
boolean |
durationFlag
The duration flag.
|
int |
eventID
The event id.
|
boolean |
outOfNetwork
The out of network.
|
int |
programID
The program id.
|
boolean |
programSplice
The program splice.
|
boolean |
spliceImmediate
The splice immediate.
|
SpliceTime |
spliceTime
The splice time.
|
| Constructor and Description |
|---|
SpliceEvent(MPEG2Section data,
boolean fromInsertCmd)
Instantiates a new splice event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailNum() |
int |
getAvailsExpected() |
SpliceEvent.BreakDuration |
getBreakDuration() |
java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> |
getComponentSplices() |
int |
getEventID() |
int |
getProgramID() |
SpliceTime |
getSpliceTime() |
boolean |
isCancel() |
boolean |
isDurationFlag() |
boolean |
isOutOfNetwork() |
boolean |
isProgramSplice() |
boolean |
isSpliceImmediate() |
AMFDataObj |
serializeAMF(SpliceInformationTableSerializeAMFContext context) |
String |
toString() |
public int availNum
public int availsExpected
public SpliceEvent.BreakDuration breakDuration
public boolean cancel
public java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> componentSplices
public boolean durationFlag
public int eventID
public boolean outOfNetwork
public int programID
public boolean programSplice
public boolean spliceImmediate
public SpliceTime spliceTime
public SpliceEvent(MPEG2Section data, boolean fromInsertCmd)
data - the datafromInsertCmd - the from insert cmdpublic int getAvailNum()
public int getAvailsExpected()
public SpliceEvent.BreakDuration getBreakDuration()
public java.util.Map<Integer,SpliceEvent.ComponentSpliceTime> getComponentSplices()
public int getEventID()
public int getProgramID()
public SpliceTime getSpliceTime()
public boolean isCancel()
public boolean isDurationFlag()
public boolean isOutOfNetwork()
public boolean isProgramSplice()
public boolean isSpliceImmediate()
public AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context)
public String toString()
toString in class Object