Package | com.adobe.mediacore.utils.scte35.data |
Class | public final class SpliceTime |
Inheritance | SpliceTime ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
SpliceTime(timeIsSpecified:Boolean, time:Number, timeIsUTC:Boolean)
Default constructor. | SpliceTime |
time | property |
time:Number
[read-only] The time of the intended splice point.
public function get time():Number
timeIsSpecified | property |
timeIsSpecified:Boolean
[read-only] Flag indicating if the time is specified or not.
public function get timeIsSpecified():Boolean
timeIsUTC | property |
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.
public function get timeIsUTC():Boolean
SpliceTime | () | Constructor |
public function SpliceTime(timeIsSpecified:Boolean, time:Number, timeIsUTC:Boolean)
Default constructor.
ParameterstimeIsSpecified: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.
|