Searched defs:FecProtectionParams (Results 1 – 2 of 2) sorted by relevance
26 struct FecProtectionParams { struct27 int fec_rate = 0;28 int max_fec_frames = 0;29 FecMaskType fec_mask_type = FecMaskType::kFecMaskRandom;
392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams()