Interface

Gst-1.0GstTracerConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

params: string

Properties - Inherited from Gst.Object.ConstructorProps

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