Interface

GstAudio-1.0GstAudioAudioAggregatorConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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

Properties - Inherited from GstBase

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