Interface

GES-1.0GESTitleClipConstructorProps

interface ConstructorProps {
    background: number;
    color: number;
    duration: number | bigint;
    duration_limit: number | bigint;
    durationLimit: number | bigint;
    font_desc: string | null;
    fontDesc: string | null;
    halignment: GES.TextHAlign;
    height: number;
    in_point: number | bigint;
    inPoint: number | bigint;
    layer: GES.Layer | null;
    max_duration: number | bigint;
    maxDuration: number | bigint;
    name: string | null;
    parent: GES.TimelineElement | null;
    priority: number;
    serialize: boolean;
    start: number | bigint;
    supported_formats: GES.TrackType;
    supportedFormats: GES.TrackType;
    text: string | null;
    timeline: GES.Timeline | null;
    valignment: GES.TextVAlign;
    xpos: number;
    ypos: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.TimelineElement.ConstructorProps

Properties - Inherited from GES.Clip.ConstructorProps

Properties - Inherited from GES.Container.ConstructorProps

Properties

background: number
color: number
font_desc: string | null
fontDesc: string | null
halignment: GES.TextHAlign
text: string | null
valignment: GES.TextVAlign
xpos: number
ypos: number

Properties - Inherited from GES.TimelineElement.ConstructorProps

duration: number | bigint
in_point: number | bigint
inPoint: number | bigint
max_duration: number | bigint
maxDuration: number | bigint
name: string | null
parent: GES.TimelineElement | null
priority: number
serialize: boolean
start: number | bigint
timeline: GES.Timeline | null

Properties - Inherited from GES.Clip.ConstructorProps

duration_limit: number | bigint
durationLimit: number | bigint
layer: GES.Layer | null
supported_formats: GES.TrackType
supportedFormats: GES.TrackType

Properties - Inherited from GES.Container.ConstructorProps

height: number