Interface

Gst-1.0GstPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

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

Properties - Inherited from Gst.Object.ConstructorProps

name: string
parent: Gst.Object