summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/g3doc/sitemap.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /third_party/libwebrtc/g3doc/sitemap.md
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/g3doc/sitemap.md')
-rw-r--r--third_party/libwebrtc/g3doc/sitemap.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/third_party/libwebrtc/g3doc/sitemap.md b/third_party/libwebrtc/g3doc/sitemap.md
new file mode 100644
index 0000000000..c1221e5335
--- /dev/null
+++ b/third_party/libwebrtc/g3doc/sitemap.md
@@ -0,0 +1,55 @@
+* [Home](/g3doc/index.md)
+* How to contribute
+ * Code
+ * [Style guide](/g3doc/style-guide.md)
+ * [`.h` and `.cc` files come in pairs](/g3doc/style-guide/h-cc-pairs.md)
+ * [How to write code in the `api/` directory](/api/README.md)
+ * [Using Abseil in WebRTC](/g3doc/abseil-in-webrtc.md)
+ * [Code of conduct](/CODE_OF_CONDUCT.md)
+ * [Documentation](/g3doc/how_to_write_documentation.md)
+ * [Become a committer](/g3doc/become_a_committer.md)
+* [Public C++ API](/api/g3doc/index.md)
+ * [API header files](/native-api.md)
+ * [Threading](/api/g3doc/threading_design.md)
+* Implementation
+ * [Basic concepts](/g3doc/implementation_basics.md)
+ * [Supported Platforms and Compilers](/g3doc/supported-platforms-and-compilers.md)
+ * Network
+ * [ICE](/p2p/g3doc/ice.md)
+ * STUN
+ * TURN
+ * [DTLS](/pc/g3doc/dtls_transport.md)
+ * [RTP](/pc/g3doc/rtp.md)
+ * [SRTP](/pc/g3doc/srtp.md)
+ * [SCTP](/pc/g3doc/sctp_transport.md)
+ * [Pacing buffer](/modules/pacing/g3doc/index.md)
+ * Congestion control and bandwidth estimation
+ * Audio
+ * [NetEq](/modules/audio_coding/neteq/g3doc/index.md)
+ * AudioEngine
+ * [ADM](/modules/audio_device/g3doc/audio_device_module.md)
+ * [Audio Coding](/modules/audio_coding/g3doc/index.md)
+ * [Audio Mixer](/modules/audio_mixer/g3doc/index.md)
+ * AudioProcessingModule
+ * [APM](/modules/audio_processing/g3doc/audio_processing_module.md)
+ * Video
+ * [Adaptation](/video/g3doc/adaptation.md)
+ * [Video coding](/modules/video_coding/g3doc/index.md)
+ * [Stats](/video/g3doc/stats.md)
+ * DataChannel
+ * [PeerConnection](/pc/g3doc/peer_connection.md)
+ * Desktop capture
+ * [Stats](/stats/g3doc/stats.md)
+ * [Logging](/logging/g3doc/rtc_event_log.md)
+* Testing
+ * Media Quality and performance
+ * [PeerConnection Framework](/test/pc/e2e/g3doc/index.md)
+ * [Architecture](/test/pc/e2e/g3doc/architecture.md)
+ * [Video analyzer](/test/pc/e2e/g3doc/default_video_quality_analyzer.md)
+ * Call framework
+ * Video codecs test framework
+ * Network emulation
+ * [Implementation](/test/network/g3doc/index.md)
+ * Performance stats collection
+* Experimentation
+ * [Field trials](/g3doc/field-trials.md)