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

Properties

Properties - Inherited from Gst.Element.ConstructorProps

Properties

async_handling: boolean
asyncHandling: boolean
message_forward: boolean
messageForward: boolean

Properties - Inherited from Gst.Element.ConstructorProps

name: string
parent: Gst.Object