Interface

GES-1.0GESClipAssetConstructorProps

interface ConstructorProps {
    extractable_type: GTypeInput;
    extractableType: GTypeInput;
    id: string;
    proxy: GES.Asset | null;
    proxy_target: GES.Asset | null;
    proxyTarget: GES.Asset | null;
    supported_formats: GES.TrackType;
    supportedFormats: GES.TrackType;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.Asset.ConstructorProps

Properties - Inherited from GES.UriSourceAsset.ConstructorProps

Properties

supported_formats: GES.TrackType
supportedFormats: GES.TrackType

Properties - Inherited from GES.Asset.ConstructorProps

extractable_type: GTypeInput
extractableType: GTypeInput
id: string

Properties - Inherited from GES.UriSourceAsset.ConstructorProps

proxy: GES.Asset | null
proxy_target: GES.Asset | null
proxyTarget: GES.Asset | null