Interface

GstVideo-1.0GstVideoVideoFilterConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from GstBase.BaseTransform.ConstructorProps

Properties - Inherited from GstBase.BaseTransform.ConstructorProps

name: string | null
parent: Gst.Object | null
qos: boolean