Interface

GstGL-1.0GstGLGLBaseSrcConstructorProps

interface ConstructorProps {
    automatic_eos: boolean;
    automaticEos: boolean;
    blocksize: number;
    do_timestamp: boolean;
    doTimestamp: boolean;
    name: string | null;
    num_buffers: number;
    numBuffers: number;
    parent: Gst.Object | null;
    timestamp_offset: number | bigint;
    timestampOffset: number | bigint;
    typefind: boolean;
}

Hierarchy (View Summary)

Index

Properties

timestamp_offset: number | bigint
timestampOffset: number | bigint

Properties - Inherited from GstBase.PushSrc.ConstructorProps

automatic_eos: boolean
automaticEos: boolean
blocksize: number
do_timestamp: boolean
doTimestamp: boolean
name: string | null
num_buffers: number
numBuffers: number
parent: Gst.Object | null
typefind: boolean