Interface

GES-1.0GESAudioTrackConstructorProps

interface ConstructorProps {
    async_handling: boolean;
    asyncHandling: boolean;
    caps: Gst.Caps | null;
    duration: number | bigint;
    id: string;
    message_forward: boolean;
    messageForward: boolean;
    mixing: boolean;
    name: string | null;
    parent: Gst.Object | null;
    restriction_caps: Gst.Caps | null;
    restrictionCaps: Gst.Caps | null;
    track_type: GES.TrackType;
    trackType: GES.TrackType;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gst.Bin.ConstructorProps

Properties - Inherited from GES.Track.ConstructorProps

Properties - Inherited from Gst.Bin.ConstructorProps

async_handling: boolean
asyncHandling: boolean
message_forward: boolean
messageForward: boolean
name: string | null
parent: Gst.Object | null

Properties - Inherited from GES.Track.ConstructorProps

caps: Gst.Caps | null
duration: number | bigint
id: string
mixing: boolean
restriction_caps: Gst.Caps | null
restrictionCaps: Gst.Caps | null
track_type: GES.TrackType
trackType: GES.TrackType