webrtcbin: Add netsim and drop-probability-sender properties
[platform/upstream/gstreamer.git] / ext / webrtc / gstwebrtcbin.h
index 7886700..ea5ab17 100644 (file)
@@ -144,6 +144,10 @@ struct _GstWebRTCBinPrivate
   GstWebRTCSessionDescription *last_generated_answer;
 
   gboolean tos_attached;
+#ifdef TIZEN_FEATURE_IMPORT_NETSIM
+  gboolean netsim;
+  gfloat drop_probability_sender;
+#endif
 };
 
 typedef void (*GstWebRTCBinFunc) (GstWebRTCBin * webrtc, gpointer data);