Interface

GstAudio-1.0GstAudioAudioAggregatorConstructorProps

interface ConstructorProps {
    alignment_threshold: number | bigint;
    alignmentThreshold: number | bigint;
    discont_wait: number | bigint;
    discontWait: number | bigint;
    emit_signals: boolean;
    emitSignals: boolean;
    force_live: boolean;
    forceLive: boolean;
    ignore_inactive_pads: boolean;
    ignoreInactivePads: boolean;
    latency: number | bigint;
    min_upstream_latency: number | bigint;
    minUpstreamLatency: number | bigint;
    name: string | null;
    output_buffer_duration: number | bigint;
    output_buffer_duration_fraction: Gst.Fraction;
    outputBufferDuration: number | bigint;
    outputBufferDurationFraction: Gst.Fraction;
    parent: Gst.Object | null;
    start_time: any;
    start_time_selection: GstBase.AggregatorStartTimeSelection;
    startTime: number | bigint;
    startTimeSelection: GstBase.AggregatorStartTimeSelection;
}

Hierarchy (View Summary)

Index

Properties

alignment_threshold: number | bigint
alignmentThreshold: number | bigint
discont_wait: number | bigint
discontWait: number | bigint
force_live: boolean
forceLive: boolean
ignore_inactive_pads: boolean
ignoreInactivePads: boolean
output_buffer_duration: number | bigint
output_buffer_duration_fraction: Gst.Fraction
outputBufferDuration: number | bigint
outputBufferDurationFraction: Gst.Fraction

Properties - Inherited from GstBase.Aggregator.ConstructorProps

emit_signals: boolean
emitSignals: boolean
latency: number | bigint
min_upstream_latency: number | bigint
minUpstreamLatency: number | bigint
name: string | null
parent: Gst.Object | null
start_time: any
startTime: number | bigint