Interface

Gst-1.0GstPipelineConstructorProps

interface ConstructorProps {
    async_handling: boolean;
    asyncHandling: boolean;
    auto_flush_bus: boolean;
    autoFlushBus: boolean;
    delay: number | bigint;
    latency: number | bigint;
    message_forward: boolean;
    messageForward: boolean;
    name: string;
    parent: Gst.Object;
}

Hierarchy (View Summary)

Index
auto_flush_bus: boolean
autoFlushBus: boolean
delay: number | bigint
latency: number | bigint
async_handling: boolean
asyncHandling: boolean
message_forward: boolean
messageForward: boolean
name: string
parent: Gst.Object