Interface

Gst-1.0GstProxyPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from Gst.Pad.ConstructorProps

Properties - Inherited from Gst.Pad.ConstructorProps

caps: Gst.Caps
direction: Gst.PadDirection
name: string
offset: number
parent: Gst.Object
template: Gst.PadTemplate