Packagecom.adobe.mediacore.utils.scte35.commands
Interfacepublic interface SpliceCommand
Implementors EmptySpliceCommand, PrivateCommand, SpliceInsertCommand, SpliceScheduleCommand, TimeSignalCommand

Generic interface for all splice commands.



Public Properties
 PropertyDefined By
  type : uint
[read-only] Returns the type of the splice command.
SpliceCommand
Property Detail
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

See also