Interface

Gst-1.0GstBinConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

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

Properties - Inherited from Gst.Object.ConstructorProps

name: string | null
parent: Gst.Object | null