Interface

Gst-1.0GstProxyPadConstructorProps

interface ConstructorProps {
    caps: Gst.Caps;
    direction: Gst.PadDirection;
    name: string | null;
    offset: number | bigint;
    parent: Gst.Object | null;
    template: Gst.PadTemplate;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gst.Pad.ConstructorProps

Properties - Inherited from Gst.Object.ConstructorProps

Properties - Inherited from Gst.Pad.ConstructorProps

caps: Gst.Caps
direction: Gst.PadDirection
offset: number | bigint
template: Gst.PadTemplate

Properties - Inherited from Gst.Object.ConstructorProps

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