Interface

Gst-1.0GstDeviceConstructorProps

interface ConstructorProps {
    caps: Gst.Caps | null;
    device_class: string;
    deviceClass: string;
    display_name: string;
    displayName: string;
    name: string | null;
    parent: Gst.Object | null;
    properties: Structure | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

caps: Gst.Caps | null
device_class: string
deviceClass: string
display_name: string
displayName: string
properties: Structure | null

Properties - Inherited from Gst.Object.ConstructorProps

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