Index: webrtc/call/flexfec_receive_stream.h |
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h |
index fe57643cb0f2d373b37d3b38fb359e1e7c1f373e..604faaa2293b433afaff70d07f7ffe718fd2a097 100644 |
--- a/webrtc/call/flexfec_receive_stream.h |
+++ b/webrtc/call/flexfec_receive_stream.h |
@@ -31,8 +31,15 @@ class FlexfecReceiveStream { |
}; |
struct Config { |
+ explicit Config(Transport* rtcp_send_transport) |
+ : rtcp_send_transport(rtcp_send_transport) {} |
+ |
std::string ToString() const; |
+ // Returns true if all RTP information is available in order to |
+ // enable receiving FlexFEC. |
+ bool IsCompleteAndEnabled() const; |
+ |
// Payload type for FlexFEC. |
int payload_type = -1; |