Searched refs:allow_codec_switching (Results 1 – 4 of 4) sorted by relevance
134 _allowCodecSwitching = config.allow_codec_switching.value_or(false);263 nativeConfig->allow_codec_switching = _allowCodecSwitching;
639 absl::optional<bool> allow_codec_switching; member
916 absl::optional<bool> allow_codec_switching; in operator ==() member976 allow_codec_switching == o.allow_codec_switching; in operator ==()3920 modified_config.allow_codec_switching = configuration.allow_codec_switching; in SetConfiguration()3994 if (modified_config.allow_codec_switching.has_value()) { in SetConfiguration()3998 *modified_config.allow_codec_switching); in SetConfiguration()
270 rtc_config->allow_codec_switching = JavaToNativeOptionalBool( in JavaToNativeRTCConfiguration()