Interface

GstWebRTC-1.0GstWebRTCWebRTCICEStreamConstructorProps

interface ConstructorProps {
    name: string | null;
    parent: Gst.Object | null;
    stream_id: number;
    streamId: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

stream_id: number
streamId: number

Properties - Inherited from Gst.Object.ConstructorProps

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