Interface

GstVideo-1.0GstVideoVideoDecoderConstructorProps

interface ConstructorProps {
    automatic_request_sync_point_flags: GstVideo.VideoDecoderRequestSyncPointFlags;
    automatic_request_sync_points: boolean;
    automaticRequestSyncPointFlags: GstVideo.VideoDecoderRequestSyncPointFlags;
    automaticRequestSyncPoints: boolean;
    discard_corrupted_frames: boolean;
    discardCorruptedFrames: boolean;
    max_errors: number;
    maxErrors: number;
    min_force_key_unit_interval: number;
    minForceKeyUnitInterval: number;
    name: string;
    parent: Gst.Object;
    qos: boolean;
}

Hierarchy (View Summary)

Index

Properties

automatic_request_sync_point_flags: GstVideo.VideoDecoderRequestSyncPointFlags
automatic_request_sync_points: boolean
automaticRequestSyncPointFlags: GstVideo.VideoDecoderRequestSyncPointFlags
automaticRequestSyncPoints: boolean
discard_corrupted_frames: boolean
discardCorruptedFrames: boolean
max_errors: number
maxErrors: number
min_force_key_unit_interval: number
minForceKeyUnitInterval: number
qos: boolean

Properties - Inherited from Gst

name: string
parent: Gst.Object