Interface

GES-1.0GESTransitionClipConstructorProps

interface 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;
    parent: GES.TimelineElement;
    priority: number;
    serialize: boolean;
    start: number;
    supported_formats: GES.TrackType;
    supportedFormats: GES.TrackType;
    timeline: GES.Timeline;
    vtype: GES.VideoStandardTransitionType;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.BaseTransitionClip.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