diff options
Diffstat (limited to 'gst-libs/gst/webrtc/webrtc_fwd.h')
-rw-r--r-- | gst-libs/gst/webrtc/webrtc_fwd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst-libs/gst/webrtc/webrtc_fwd.h b/gst-libs/gst/webrtc/webrtc_fwd.h index 6b8364dca..be0a3c334 100644 --- a/gst-libs/gst/webrtc/webrtc_fwd.h +++ b/gst-libs/gst/webrtc/webrtc_fwd.h @@ -253,4 +253,15 @@ typedef enum /*< underscore_name=gst_webrtc_stats_type >*/ GST_WEBRTC_STATS_CERTIFICATE, } GstWebRTCStatsType; +/** + * GstWebRTCFECType: + * GST_WEBRTC_FEC_TYPE_NONE: none + * GST_WEBRTC_FEC_TYPE_ULP_RED: ulpfec + red + */ +typedef enum /*< underscore_name=gst_webrtc_fec_type >*/ +{ + GST_WEBRTC_FEC_TYPE_NONE, + GST_WEBRTC_FEC_TYPE_ULP_RED, +} GstWebRTCFECType; + #endif /* __GST_WEBRTC_FWD_H__ */ |