Searched refs:allow_codec_switching (Results 1 – 4 of 4) sorted by relevance
339 absl::optional<bool> allow_codec_switching; in operator ==() member404 allow_codec_switching == o.allow_codec_switching && in operator ==()1531 modified_config.allow_codec_switching = configuration.allow_codec_switching; in SetConfiguration()1631 if (modified_config.allow_codec_switching.has_value()) { in SetConfiguration()1645 allow_codec_switching = *modified_config.allow_codec_switching]() { in SetConfiguration()1647 ch->SetVideoCodecSwitchingEnabled(allow_codec_switching); in SetConfiguration()
142 _allowCodecSwitching = config.allow_codec_switching.value_or(false);289 nativeConfig->allow_codec_switching = _allowCodecSwitching;
668 absl::optional<bool> allow_codec_switching; member
273 rtc_config->allow_codec_switching = JavaToNativeOptionalBool( in JavaToNativeRTCConfiguration()