Interface

Gst-1.0GstObjectConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties

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