Interface

Gst-1.0GstTracerConstructorProps

interface ConstructorProps {
    name: string;
    params: string;
    parent: Gst.Object;
}

Hierarchy (View Summary)

Index
params: string
name: string
parent: Gst.Object