Interface

GstBase-1.0GstBaseBaseTransformConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Element.ConstructorProps

Properties

qos: boolean

Properties - Inherited from Gst.Element.ConstructorProps

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