TimecodeBurnin

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: TimecodeBurnin.Builder.() -> Unit = {}): TimecodeBurnin
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String