Interface

GstAudio-1.0GstAudioAudioAggregatorPadConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GstBase.AggregatorPad.ConstructorProps

Properties

qos_messages: boolean
qosMessages: boolean

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