mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-03 00:06:38 -04:00
* Add .dox file that describes the internal design of the RTP module. * Add details to the sink module documentation about the meaning of source.ip and how it interacts with local.ifname . * Rename "constant delay mode" to "constant latency mode" comments in the code to match the documentation. * Minor comment fixes.
31 lines
542 B
Text
31 lines
542 B
Text
/** \page page_internals Internals
|
|
|
|
# Internals
|
|
|
|
- \subpage page_design
|
|
- \subpage page_audio
|
|
- \subpage page_access
|
|
- \subpage page_portal
|
|
- \subpage page_midi
|
|
- \subpage page_objects_design
|
|
- \subpage page_library
|
|
- \subpage page_dma_buf
|
|
- \subpage page_running
|
|
- \subpage page_scheduling
|
|
- \subpage page_driver
|
|
- \subpage page_latency
|
|
- \subpage page_tag
|
|
- \subpage page_native_protocol
|
|
- \subpage page_rtp_module_internals
|
|
|
|
|
|
# Components
|
|
|
|
- \subpage page_daemon
|
|
- \subpage page_session_manager
|
|
|
|
# Backends
|
|
|
|
- \subpage page_pulseaudio
|
|
|
|
*/
|