Interface

GstBase-1.0GstBaseBaseTransformConstructorProps

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

Hierarchy (View Summary)

Index
qos: boolean
name: string
parent: Gst.Object