Interface

Gst-1.0GstStreamCollectionConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

upstream_id: string | null
upstreamId: string | null

Properties - Inherited from Gst.Object.ConstructorProps

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