Interface

GstGL-1.0GstGLGLBaseMixerPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from GstVideo

caps: Gst.Caps
direction: Gst.PadDirection
emit_signals: boolean
emitSignals: boolean
max_last_buffer_repeat: number
maxLastBufferRepeat: number
name: string
offset: number
parent: Gst.Object
repeat_after_eos: boolean
repeatAfterEos: boolean
template: Gst.PadTemplate
zorder: number