Packagecom.adobe.mediacore.utils.scte35.commands
Classpublic final class TimeSignalCommand
InheritanceTimeSignalCommand Inheritance Object
Implements SpliceCommand

The TimeSignal command provides a time synchronized data delivery mechanism. The syntax of the TimeSignal allows for the synchronization of the information carried in this message with the System Time Clock (STC). The unique payload of the message is carried in the descriptor, however the syntax and transport capabilities afforded to SpliceInsert messages are also afforded to the TimeSignal. The carriage however can be in a different PID than that carrying the other cue messages used for signaling splice points. If the spliceTime property doesn't contain a valid time then the command shall be interpreted as an immediate command. It must be understood that using it in this manner will cause an unspecified amount of accuracy error.



Public Properties
 PropertyDefined By
  spliceTime : SpliceTime
[read-only] Specifies the time of the splice event.
TimeSignalCommand
  type : uint
[read-only] Returns the type of the splice command.
TimeSignalCommand
Public Methods
 MethodDefined By
  
Default constructor.
TimeSignalCommand
Property Detail
spliceTimeproperty
spliceTime:SpliceTime  [read-only]

Specifies the time of the splice event.


Implementation
    public function get spliceTime():SpliceTime

See also

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
TimeSignalCommand()Constructor
public function TimeSignalCommand(spliceTime:SpliceTime)

Default constructor.

Parameters
spliceTime:SpliceTime