| Package | com.adobe.mediacore.utils.scte35.commands |
| Class | public final class SpliceScheduleCommand |
| Inheritance | SpliceScheduleCommand Object |
| Implements | SpliceCommand |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
SpliceScheduleCommand(commands:Vector.<SpliceCommandData>)
Default constructor. | SpliceScheduleCommand | ||
| commands | property |
commands:Vector.<SpliceCommandData> [read-only] Provides the list of splice commands which need to be scheduled.
public function get commands():Vector.<SpliceCommandData>| 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| SpliceScheduleCommand | () | Constructor |
public function SpliceScheduleCommand(commands:Vector.<SpliceCommandData>)Default constructor.
Parameterscommands:Vector.<SpliceCommandData> — Splice commands which need to be scheduled.
|