Interface

Gst-1.0GstClockConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

timeout: number
window_size: number
window_threshold: number
windowSize: number
windowThreshold: number

Properties - Inherited from Gst.Object.ConstructorProps

name: string
parent: Gst.Object