Interface

Gst-1.0GstPipelineConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Bin.ConstructorProps

Properties

auto_flush_bus: boolean
autoFlushBus: boolean
delay: number
latency: number

Properties - Inherited from Gst.Bin.ConstructorProps

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