Packagecom.adobe.mediacore.utils.scte35.commands
Classpublic final class SpliceScheduleCommand
InheritanceSpliceScheduleCommand Inheritance Object
Implements SpliceCommand

The SpliceSchedule command is provided to allow a schedule of splice events to be conveyed in advance.



Public Properties
 PropertyDefined By
  commands : Vector.<SpliceCommandData>
[read-only] Provides the list of splice commands which need to be scheduled.
SpliceScheduleCommand
  type : uint
[read-only] Returns the type of the splice command.
SpliceScheduleCommand
Public Methods
 MethodDefined By
  
Default constructor.
SpliceScheduleCommand
Property Detail
commandsproperty
commands:Vector.<SpliceCommandData>  [read-only]

Provides the list of splice commands which need to be scheduled.


Implementation
    public function get commands():Vector.<SpliceCommandData>
typeproperty 
type:uint  [read-only]

Returns the type of the splice command. See the SpliceCommandType enumeration for possible values.


Implementation
    public function get type():uint
Constructor Detail
SpliceScheduleCommand()Constructor
public function SpliceScheduleCommand(commands:Vector.<SpliceCommandData>)

Default constructor.

Parameters
commands:Vector.<SpliceCommandData> — Splice commands which need to be scheduled.