Interface

GES-1.0GESUriClipAssetConstructorProps

interface ConstructorProps {
    duration: number;
    extractable_type: GType;
    extractableType: GType;
    id: string;
    is_nested_timeline: boolean;
    isNestedTimeline: boolean;
    proxy: GES.Asset;
    proxy_target: GES.Asset;
    proxyTarget: GES.Asset;
    supported_formats: GES.TrackType;
    supportedFormats: GES.TrackType;
}

Hierarchy (View Summary)

Index

Properties

duration: number
is_nested_timeline: boolean
isNestedTimeline: boolean

Properties - Inherited from GES.SourceClipAsset.ConstructorProps

extractable_type: GType
extractableType: GType
id: string
proxy: GES.Asset
proxy_target: GES.Asset
proxyTarget: GES.Asset
supported_formats: GES.TrackType
supportedFormats: GES.TrackType