Interface

GstGL-1.0GstGLGLMixerPadConstructorProps

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 - Inherited from GstVideo.VideoAggregatorPad.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