Interface

GES-1.0GESTitleClipConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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

Properties - Inherited from GES.SourceClip.ConstructorProps

duration: number
duration_limit: number
durationLimit: number
height: number
in_point: number
inPoint: number
layer: GES.Layer
max_duration: number
maxDuration: number
name: string
priority: number
serialize: boolean
start: number
supported_formats: GES.TrackType
supportedFormats: GES.TrackType
timeline: GES.Timeline