Interface

GES-1.0GESTrackConstructorProps

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

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

Properties - Inherited from Gst

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