Interface

GES-1.0GESAudioUriSourceConstructorProps

interface ConstructorProps {
    active: boolean;
    auto_clamp_control_sources: boolean;
    autoClampControlSources: boolean;
    duration: number | bigint;
    has_internal_source: boolean;
    hasInternalSource: boolean;
    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;
    track: GES.Track | null;
    track_type: GES.TrackType;
    trackType: GES.TrackType;
    uri: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GES.TrackElement.ConstructorProps

Properties - Inherited from GES.TimelineElement.ConstructorProps

Properties

uri: string

Properties - Inherited from GES.TrackElement.ConstructorProps

active: boolean
auto_clamp_control_sources: boolean
autoClampControlSources: boolean
has_internal_source: boolean
hasInternalSource: boolean
track: GES.Track | null
track_type: GES.TrackType
trackType: GES.TrackType

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