Interface

GstBase-1.0GstBaseBaseParseConstructorProps

interface ConstructorProps {
    disable_passthrough: boolean;
    disablePassthrough: boolean;
    name: string | null;
    parent: Gst.Object | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Element.ConstructorProps

Properties

disable_passthrough: boolean
disablePassthrough: boolean

Properties - Inherited from Gst.Element.ConstructorProps

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