Interface

GstGL-1.0GstGLGLBaseFilterConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GstBase.BaseTransform.ConstructorProps

Properties

context: GstGL.GLContext

Properties - Inherited from GstBase.BaseTransform.ConstructorProps

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