Interface

Gst-1.0GstDeviceConstructorProps

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

Hierarchy (View Summary)

Index
caps: Gst.Caps
device_class: string
deviceClass: string
display_name: string
displayName: string
properties: Structure
name: string
parent: Gst.Object