GstWebRTCRTPReceiver — RTCRtpReceiver object
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstWebRTCRTPReceiver
#include <gst/codecparsers/gstmpeg4parser.h>
https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface
GstWebRTCRTPReceiver * gst_webrtc_rtp_receiver_new (void);
void
void gst_webrtc_rtp_receiver_set_rtcp_transport (GstWebRTCRTPReceiver *receiver, GstWebRTCDTLSTransport *transport);
GstWebRTCRTPReceiver *receiver
GstWebRTCDTLSTransport *transport
void gst_webrtc_rtp_receiver_set_transport (GstWebRTCRTPReceiver *receiver, GstWebRTCDTLSTransport *transport);
GstWebRTCRTPSender, GstWebRTCRTPTransceiver