Skip to content

/AWS1/CL_MDCTIMECODEBURNIN

Settings for burning the output timecode and specified prefix into the output.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FONTSIZE TYPE /AWS1/MDC__INTEGERMIN10MAX48 /AWS1/MDC__INTEGERMIN10MAX48

Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.

IV_POSITION TYPE /AWS1/MDCTIMECODEBURNINPOSIT00 /AWS1/MDCTIMECODEBURNINPOSIT00

Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.

IV_PREFIX TYPE /AWS1/MDC__STRINGPATTERN /AWS1/MDC__STRINGPATTERN

Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.


Queryable Attributes

FontSize

Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.

Accessible with the following methods

Method Description
GET_FONTSIZE() Getter for FONTSIZE, with configurable default
ASK_FONTSIZE() Getter for FONTSIZE w/ exceptions if field has no value
HAS_FONTSIZE() Determine if FONTSIZE has a value

Position

Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.

Accessible with the following methods

Method Description
GET_POSITION() Getter for POSITION, with configurable default
ASK_POSITION() Getter for POSITION w/ exceptions if field has no value
HAS_POSITION() Determine if POSITION has a value

Prefix

Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value