Interface

GstAudio-1.0GstAudioAudioDecoderConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Element.ConstructorProps

Properties

max_errors: number
maxErrors: number
min_latency: number | bigint
minLatency: number | bigint
plc: boolean
tolerance: number | bigint

Properties - Inherited from Gst.Element.ConstructorProps

name: string | null
parent: Gst.Object | null