Interface

GstVideo-1.0GstVideoVideoAggregatorPadConstructorProps

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

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

Properties - Inherited from GstBase

caps: Gst.Caps
direction: Gst.PadDirection
emit_signals: boolean
emitSignals: boolean
name: string
offset: number
parent: Gst.Object
template: Gst.PadTemplate