Package | com.adobe.mediacore.utils.scte35.commands |
Class | public final class SpliceInsertCommand |
Inheritance | SpliceInsertCommand ![]() ![]() |
Implements | SpliceCommand |
Property | Defined By | ||
---|---|---|---|
![]() | availExpected : uint [read-only]
This field provides a count of the expected number of individual avails within the
current viewing event. | SpliceCommandData | |
![]() | availNum : uint [read-only]
This field provides an identification for a specific avail within the program. | SpliceCommandData | |
![]() | breakDuration : BreakDuration [read-only]
Break duration information. | SpliceCommandData | |
![]() | cancelEvent : Boolean [read-only]
A boolean flag that when set to ‘true’ indicates that a previously sent splice
event, identified by eventId, has been cancelled. | SpliceCommandData | |
![]() | components : Vector.<SpliceComponent> [read-only]
Program components which will be spliced. | SpliceCommandData | |
![]() | durationIsSpecified : Boolean [read-only]
Flag indicating that the duration of the break is known in advance. | SpliceCommandData | |
![]() | eventId : Number [read-only]
Splice event identifier. | SpliceCommandData | |
![]() | outOfNetwork : Boolean [read-only]
A boolean flag indicating the type of this splice event. | SpliceCommandData | |
![]() | spliceEntireProgram : Boolean [read-only]
Flag indicating if the entire program should be spliced or just specified components
When set to ‘true’, indicates that the message refers to a Program Splice Point and that
the mode is the Program Splice Mode whereby all PIDs/components of the program are to be
spliced. | SpliceCommandData | |
![]() | spliceImmediate : Boolean [read-only]
Flag indicating that the splice event should happen immediately. | SpliceCommandData | |
![]() | spliceTime : SpliceTime [read-only]
Specifies the time of the splice event. | SpliceCommandData | |
type : uint [read-only]
Returns the type of the splice command. | SpliceInsertCommand | ||
![]() | uniqueProgramId : uint [read-only]
This value should provide a unique identification for a viewing event
within the service. | SpliceCommandData |
Method | Defined By | ||
---|---|---|---|
SpliceInsertCommand(eventId:Number, cancelEvent:Boolean, outOfNetwork:Boolean, spliceImmediate:Boolean, spliceTime:SpliceTime, spliceEntireProgram:Boolean, components:Vector.<SpliceComponent>, durationIsSpecified:Boolean, breakDuration:BreakDuration, uniqueProgramId:uint, availNum:uint, availExpected:uint)
Default Constructor. | SpliceInsertCommand |
type | property |
type:uint
[read-only] Returns the type of the splice command. See the SpliceCommandType enumeration for possible values.
public function get type():uint
SpliceInsertCommand | () | Constructor |
public function SpliceInsertCommand(eventId:Number, cancelEvent:Boolean, outOfNetwork:Boolean, spliceImmediate:Boolean, spliceTime:SpliceTime, spliceEntireProgram:Boolean, components:Vector.<SpliceComponent>, durationIsSpecified:Boolean, breakDuration:BreakDuration, uniqueProgramId:uint, availNum:uint, availExpected:uint)
Default Constructor.
ParameterseventId:Number — Event unique identifier.
| |
cancelEvent:Boolean — Flag indicating if the event was canceled or not.
| |
outOfNetwork:Boolean — Flag indicating if the splice event is an opportunity
to exit from or to return to the network feed.
| |
spliceImmediate:Boolean — Flag indicating that the splice event should happen immediately.
| |
spliceTime:SpliceTime — Time information where the splice event should occur.
| |
spliceEntireProgram:Boolean — Flag indicating if the entire program should be spliced or
just specified components.
| |
components:Vector.<SpliceComponent> — Program components which will be spliced.
| |
durationIsSpecified:Boolean — Flag indicating that the duration of the break is known in advance.
| |
breakDuration:BreakDuration — Duration of the break.
| |
uniqueProgramId:uint — Unique current viewing event identifier.
| |
availNum:uint — The identification for a specific avail within the current viewing event.
| |
availExpected:uint — The count of the expected number of individual avails within the
current viewing event.
|