Interface

Gst-1.0GstBinConstructorProps

interface ConstructorProps {
    async_handling: boolean;
    asyncHandling: boolean;
    message_forward: boolean;
    messageForward: boolean;
    name: string;
    parent: Gst.Object;
}

Hierarchy (View Summary)

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