Searched refs:options_in (Results 1 – 1 of 1) sorted by relevance
363 bool WebRtcVoiceEngine::ApplyOptions(const AudioOptions& options_in) { in ApplyOptions() argument366 << options_in.ToString(); in ApplyOptions()367 AudioOptions options = options_in; // The options are modified below. in ApplyOptions()