Interface

GstGL-1.0GstGLGLFilterConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from GstGL.GLBaseFilter.ConstructorProps

Properties - Inherited from GstGL.GLBaseFilter.ConstructorProps

context: GstGL.GLContext
name: string
parent: Gst.Object
qos: boolean