Fix MSVC C2362 errors in audio_device_core_win `modules/audio_device/win/audio_device_core_win.cc` does not compile with MSVC 19.44.35224 because some `goto Exit` paths skip the initialization of local variables, triggering C2362 errors. Fix this by moving the affected variable declarations before the `goto` paths without changing behavior. Bug: None Change-Id: I551f8f8d5111f3a990f99c029594fd84d68cb4bd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/464360 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47471}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.