Package | com.adobe.mediacore.utils.scte35.data |
Class | public final class BreakDuration |
Inheritance | BreakDuration ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
BreakDuration(autoReturn:Boolean, duration:Number)
Default constructor. | BreakDuration |
autoReturn | property |
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.
public function get autoReturn():Boolean
duration | property |
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.
public function get duration():Number
BreakDuration | () | Constructor |
public function BreakDuration(autoReturn:Boolean, duration:Number)
Default constructor.
ParametersautoReturn: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.
|