Interface

Gst-1.0GstDeviceMonitorConstructorProps

interface ConstructorProps {
    name: string | null;
    parent: Gst.Object | null;
    show_all: boolean;
    showAll: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

show_all: boolean
showAll: boolean

Properties - Inherited from Gst.Object.ConstructorProps

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