Packagecom.adobe.mediacore.utils.scte35.commands
Classpublic final class EmptySpliceCommand
InheritanceEmptySpliceCommand Inheritance Object
Implements SpliceCommand

Class wrapping splice commands which don't carry any payload. Currently we support two commands with empty payload which are used for allowing splice descriptors to be sent to clients: SPLICE_NULL commands : The SPLICE_NULL command is provided for extensibility of the standard. This command allows a message to be sent that can carry descriptors without having to send one of the other defined commands. This command may also be used as a “heartbeat message”. BANDWIDTH_RESERVATION commands : The BANDWIDTH_RESERVATION command is provided for reserving bandwidth in a multiplex. A typical usage would be in a satellite delivery system that requires packets of a certain PID to always be present at the intended repetition rate to guarantee a certain bandwidth for that PID. This message differs from a SPLICE_NULL command so that it can easily be handled in a unique way by receiving equipment (i.e. removed from the multiplex by a satellite receiver).



Public Properties
 PropertyDefined By
  type : uint
[read-only] Returns the type of the splice command.
EmptySpliceCommand
Public Methods
 MethodDefined By
  
Default constructor.
EmptySpliceCommand
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
Constructor Detail
EmptySpliceCommand()Constructor
public function EmptySpliceCommand(type:uint)

Default constructor.

Parameters
type:uint — The type of the splice command.