Searched refs:_selectedMethod (Results 1 – 2 of 2) sorted by relevance
498 if (_selectedMethod && _selectedMethod->Type() == newMethodType) in SetMethod()503 _selectedMethod.reset(new VCMNackMethod()); in SetMethod()506 _selectedMethod.reset(new VCMFecMethod()); in SetMethod()509 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()512 _selectedMethod.reset(); in SetMethod()637 if (!_selectedMethod) in UpdateMethod()651 return _selectedMethod->UpdateParameters(&_currentParameters); in UpdateMethod()655 return _selectedMethod.get(); in SelectedMethod()659 return _selectedMethod ? _selectedMethod->Type() : kNone; in SelectedType()678 _selectedMethod.reset(); in Release()
336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod; variable