Packagecom.adobe.mediacore.utils.scte35.data
Classpublic final class SpliceTime
InheritanceSpliceTime Inheritance Object

Class that specifies the time of the splice event.



Public Properties
 PropertyDefined By
  time : Number
[read-only] The time of the intended splice point.
SpliceTime
  timeIsSpecified : Boolean
[read-only] Flag indicating if the time is specified or not.
SpliceTime
  timeIsUTC : Boolean
[read-only] Flag indicating if the time is specified in terms of ticks of the program’s 90 kHz clock or as UTC time.
SpliceTime
Public Methods
 MethodDefined By
  
SpliceTime(timeIsSpecified:Boolean, time:Number, timeIsUTC:Boolean)
Default constructor.
SpliceTime
Property Detail
timeproperty
time:Number  [read-only]

The time of the intended splice point.


Implementation
    public function get time():Number
timeIsSpecifiedproperty 
timeIsSpecified:Boolean  [read-only]

Flag indicating if the time is specified or not.


Implementation
    public function get timeIsSpecified():Boolean
timeIsUTCproperty 
timeIsUTC:Boolean  [read-only]

Flag indicating if the time is specified in terms of ticks of the program’s 90 kHz clock or as UTC time. When this flag is false and the time is indicated in terms of ticks of the program's 90 kHz clock or 90000 ticks pe second, this field might need to be adjusted by the SpliceInfo ptsAdjustment property to obtain the actual splice time . When this flag is true, then the time represents the time of the signaled splice event as the number of seconds since 00 hours UTC, January 6th, 1980, with the count of intervening leap seconds included. This flag should be true only when used in SpliceSchedule command.


Implementation
    public function get timeIsUTC():Boolean
Constructor Detail
SpliceTime()Constructor
public function SpliceTime(timeIsSpecified:Boolean, time:Number, timeIsUTC:Boolean)

Default constructor.

Parameters
timeIsSpecified:Boolean — Flag indicating if the time is specified or not.
 
time:Number — The splice time.
 
timeIsUTC:Boolean — Flag indicating if the time is specified in terms of ticks of the program’s 90 kHz clock or as UTC time.