Interface

GstAudio-1.0GstAudioAudioEncoderConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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

Properties - Inherited from Gst

name: string
parent: Gst.Object