Interface

Gst-1.0GstSystemClockConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties - Inherited from Gst.Clock.ConstructorProps

Properties

clock_type: Gst.ClockType
clockType: Gst.ClockType

Properties - Inherited from Gst.Object.ConstructorProps

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

Properties - Inherited from Gst.Clock.ConstructorProps

timeout: number | bigint
window_size: number
window_threshold: number
windowSize: number
windowThreshold: number