Interface

GES-1.0GESTimelineConstructorProps

interface ConstructorProps {
    async_handling: boolean;
    asyncHandling: boolean;
    auto_transition: boolean;
    autoTransition: boolean;
    duration: number | bigint;
    message_forward: boolean;
    messageForward: boolean;
    name: string | null;
    parent: Gst.Object | null;
    snapping_distance: number | bigint;
    snappingDistance: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

auto_transition: boolean
autoTransition: boolean
duration: number | bigint
snapping_distance: number | bigint
snappingDistance: number | bigint

Properties - Inherited from Gst.Bin.ConstructorProps

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