Interface

GstAudio-1.0GstAudioAudioFilterConstructorProps

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

Hierarchy (View Summary)

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