Interface

GES-1.0GESAudioTrackConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from GES.Track.ConstructorProps

async_handling: boolean
asyncHandling: boolean
caps: Gst.Caps
duration: number
id: string
message_forward: boolean
messageForward: boolean
mixing: boolean
name: string
parent: Gst.Object
restriction_caps: Gst.Caps
restrictionCaps: Gst.Caps
track_type: GES.TrackType
trackType: GES.TrackType