Interface

GstBase-1.0GstBaseAggregatorPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Pad.ConstructorProps

Properties

emit_signals: boolean
emitSignals: boolean

Properties - Inherited from Gst.Pad.ConstructorProps

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