Home
last modified time | relevance | path

Searched refs:GstWebRTCDataChannelClass (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Ddatachannel.h35 …lass) (G_TYPE_CHECK_CLASS_CAST((klass) ,GST_TYPE_WEBRTC_DATA_CHANNEL,GstWebRTCDataChannelClass))
37 …SS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj) ,GST_TYPE_WEBRTC_DATA_CHANNEL,GstWebRTCDataChannelClass))
Ddatachannel.c186 gst_webrtc_data_channel_class_init (GstWebRTCDataChannelClass * klass) in gst_webrtc_data_channel_class_init()
518 GstWebRTCDataChannelClass *klass; in gst_webrtc_data_channel_send_data()
537 GstWebRTCDataChannelClass *klass; in gst_webrtc_data_channel_send_string()
554 GstWebRTCDataChannelClass *klass; in gst_webrtc_data_channel_close()
Dwebrtc_fwd.h93 typedef struct _GstWebRTCDataChannelClass GstWebRTCDataChannelClass; typedef
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.h63 GstWebRTCDataChannelClass parent_class;
Dwebrtcdatachannel.c992 GstWebRTCDataChannelClass *channel_class = in webrtc_data_channel_class_init()
993 (GstWebRTCDataChannelClass *) klass; in webrtc_data_channel_class_init()