Interface

Gst-1.0GstStreamConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

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

Properties - Inherited from Gst.Object.ConstructorProps

name: string
parent: Gst.Object