Interface

Gst-1.0GstStreamConstructorProps

interface ConstructorProps {
    caps: Gst.Caps | null;
    name: string | null;
    parent: Gst.Object | null;
    stream_flags: Gst.StreamFlags;
    stream_id: string | null;
    stream_type: Gst.StreamType;
    streamFlags: Gst.StreamFlags;
    streamId: string | null;
    streamType: Gst.StreamType;
    tags: TagList | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

caps: Gst.Caps | null
stream_flags: Gst.StreamFlags
stream_id: string | null
stream_type: Gst.StreamType
streamFlags: Gst.StreamFlags
streamId: string | null
streamType: Gst.StreamType
tags: TagList | null

Properties - Inherited from Gst.Object.ConstructorProps

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