TimecodeBurnin class

Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output.

Constructors

TimecodeBurnin({int? fontSize, TimecodeBurninPosition? position, String? prefix})
TimecodeBurnin.fromJson(Map<String, dynamic> json)
factory

Properties

fontSize int?
Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
final
hashCode int
The hash code for this object.
no setterinherited
position TimecodeBurninPosition?
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.
final
prefix String?
Use Prefix (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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited