Interface

GstAudio-1.0GstAudioAudioClockConstructorProps

interface ConstructorProps {
    clock_type: Gst.ClockType;
    clockType: Gst.ClockType;
    name: string;
    parent: Gst.Object;
    timeout: number;
    window_size: number;
    window_threshold: number;
    windowSize: number;
    windowThreshold: number;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gst

clock_type: Gst.ClockType
clockType: Gst.ClockType
name: string
parent: Gst.Object
timeout: number
window_size: number
window_threshold: number
windowSize: number
windowThreshold: number