Packagecom.adobe.mediacore.utils.scte35.data
Classpublic final class BreakDuration
InheritanceBreakDuration Inheritance Object

The BreakDuration structure specifies the duration of the commercial break(s). It may be used to give the splicer an indication of when the break will be over and when the network In Point will occur.



Public Properties
 PropertyDefined By
  autoReturn : Boolean
[read-only] Flag which denotes that the duration shall be used by the splicing device to know when the return to the network feed (end of break) is to take place.
BreakDuration
  duration : Number
[read-only] It indicates elapsed time in terms of ticks of the program’s 90 kHz clock or 90,000 ticks per second.
BreakDuration
Public Methods
 MethodDefined By
  
BreakDuration(autoReturn:Boolean, duration:Number)
Default constructor.
BreakDuration
Property Detail
autoReturnproperty
autoReturn:Boolean  [read-only]

Flag which denotes that the duration shall be used by the splicing device to know when the return to the network feed (end of break) is to take place. When this flag is true then a SpliceInsert command with outOfNetworkIndicator set to 0 is not intended to be sent to end this break. When this flag is false, the duration field, if present, is not required to end the break because a new SpliceInsert command will be sent to end the break. In this case, the presence of the duration field acts as a safety mechanism in the event that a SpliceInsert command is lost at the end of a break.


Implementation
    public function get autoReturn():Boolean
durationproperty 
duration:Number  [read-only]

It indicates elapsed time in terms of ticks of the program’s 90 kHz clock or 90,000 ticks per second.


Implementation
    public function get duration():Number
Constructor Detail
BreakDuration()Constructor
public function BreakDuration(autoReturn:Boolean, duration:Number)

Default constructor.

Parameters
autoReturn:Boolean — Flag indicating if the specified duration should be used to know when to return to the network feed.
 
duration:Number — Duration of the break.