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

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

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

Properties - Inherited from Gst.Object.ConstructorProps

name: string
parent: Gst.Object