18 enum class FecType :
int {
30 virtual ::webrtc::VideoFecGenerator::FecType GetFecType()
const = 0;
33 virtual ::std::optional<uint> FecSsrc() = 0;
36 virtual uint64 MaxPacketOverhead()
const = 0;
39 virtual ::webrtc::DataRate CurrentFecRate()
const = 0;
49 virtual ::std::vector<::std::unique_ptr<::webrtc::RtpPacketToSend>> GetFecPackets() = 0;
52 virtual ::std::optional<::webrtc::RtpState> GetRtpState() = 0;