Interface

GstAudio-1.0GstAudioAudioEncoderConstructorProps

interface ConstructorProps {
    hard_resync: boolean;
    hardResync: boolean;
    mark_granule: boolean;
    markGranule: boolean;
    name: string | null;
    parent: Gst.Object | null;
    perfect_timestamp: boolean;
    perfectTimestamp: boolean;
    tolerance: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Element.ConstructorProps

Properties

hard_resync: boolean
hardResync: boolean
mark_granule: boolean
markGranule: boolean
perfect_timestamp: boolean
perfectTimestamp: boolean
tolerance: number | bigint

Properties - Inherited from Gst.Element.ConstructorProps

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