Interface

GstVideo-1.0GstVideoVideoAggregatorPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties

max_last_buffer_repeat: number | bigint
maxLastBufferRepeat: number | bigint
repeat_after_eos: boolean
repeatAfterEos: boolean
zorder: number

Properties - Inherited from GstBase.AggregatorPad.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