Interface

GstAudio-1.0GstAudioAudioDecoderConstructorProps

interface ConstructorProps {
    max_errors: number;
    maxErrors: number;
    min_latency: number | bigint;
    minLatency: number | bigint;
    name: string;
    parent: Gst.Object;
    plc: boolean;
    tolerance: number | bigint;
}

Hierarchy (View Summary)

Index
max_errors: number
maxErrors: number
min_latency: number | bigint
minLatency: number | bigint
plc: boolean
tolerance: number | bigint
name: string
parent: Gst.Object