Booleans
Booleans are a data type with only two possible values; true or false. The Channel Recorder accepts YES
, NO
, TRUE
, FALSE
, ON
, or OFF
as Boolean values, where:
YES
,TRUE
andON
are positive values switching a flagOn
, andNO
,FALSE
andOFF
are negative values switching a flagOff
.
Timecodes
Timecodes in Channel Recorder have the form <hh>:<mm>:<ss>:<ff>,
where
<hh>
represents the hour in 24 hour format,<mm>
is minutes,<ss>
is seconds, and<ff>
refers to the frame number, according to the frame rate.
Example: A zero timecode looks like this: 00:00:00:00
.