18 enum class FecType :
int {
28 virtual ::webrtc::VideoFecGenerator::FecType GetFecType()
const = 0;
30 virtual ::std::optional<uint> FecSsrc() = 0;
32 virtual uint64 MaxPacketOverhead()
const = 0;
34 virtual ::webrtc::DataRate CurrentFecRate()
const = 0;
41 virtual ::std::vector<::std::unique_ptr<::webrtc::RtpPacketToSend>> GetFecPackets() = 0;
43 virtual ::std::optional<::webrtc::RtpState> GetRtpState() = 0;