Searched defs:ApmCaptureState (Results 1 – 2 of 2) sorted by relevance
423 struct ApmCaptureState { struct426 bool was_stream_delay_set;427 bool output_will_be_muted;428 bool key_pressed;429 std::unique_ptr<AudioBuffer> capture_audio;430 std::unique_ptr<AudioBuffer> capture_fullband_audio;431 std::unique_ptr<AudioBuffer> linear_aec_output;435 StreamConfig capture_processing_format;436 int split_rate;437 bool echo_path_gain_change;[all …]
2022 AudioProcessingImpl::ApmCaptureState::ApmCaptureState() in ApmCaptureState() function in webrtc::AudioProcessingImpl::ApmCaptureState