Skip to content

/AWS1/CL_MDLTIMECODECONFIG

Timecode Config

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SOURCE TYPE /AWS1/MDLTIMECODECONFIGSOURCE /AWS1/MDLTIMECODECONFIGSOURCE

Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.

Optional arguments:

IV_SYNCTHRESHOLD TYPE /AWS1/MDL__INTEGERMIN1MAX10000 /AWS1/MDL__INTEGERMIN1MAX10000

Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.


Queryable Attributes

Source

Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE, with configurable default
ASK_SOURCE() Getter for SOURCE w/ exceptions if field has no value
HAS_SOURCE() Determine if SOURCE has a value

SyncThreshold

Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.

Accessible with the following methods

Method Description
GET_SYNCTHRESHOLD() Getter for SYNCTHRESHOLD, with configurable default
ASK_SYNCTHRESHOLD() Getter for SYNCTHRESHOLD w/ exceptions if field has no value
HAS_SYNCTHRESHOLD() Determine if SYNCTHRESHOLD has a value