Interface

Gst-1.0GstPadTemplateConstructorProps

interface ConstructorProps {
    caps: Gst.Caps;
    direction: Gst.PadDirection;
    gtype: GType;
    name: string;
    name_template: string;
    nameTemplate: string;
    parent: Gst.Object;
    presence: Gst.PadPresence;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

caps: Gst.Caps
direction: Gst.PadDirection
gtype: GType
name_template: string
nameTemplate: string
presence: Gst.PadPresence

Properties - Inherited from Gst.Object.ConstructorProps

name: string
parent: Gst.Object