Interface

GstWebRTC-1.0GstWebRTCWebRTCRTPSenderConstructorProps

interface ConstructorProps {
    name: string | null;
    parent: Gst.Object | null;
    priority: GstWebRTC.WebRTCPriorityType;
    transport: GstWebRTC.WebRTCDTLSTransport;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gst.Object.ConstructorProps

Properties

Properties - Inherited from Gst.Object.ConstructorProps

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