- Timestamp:
- Jun 21, 2021 12:02:14 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145257
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.h
r89382 r89800 24 24 #include <iprt/cdefs.h> 25 25 #include <VBox/vmm/pdmaudioifs.h> 26 27 /** @defgroup grp_pdm_ifs_audio_mixer_buffers Audio Mixing Buffers 28 * @ingroup grp_pdm_ifs_audio_mixing 29 * 30 * @note This is currently placed under PDM Audio Interface as that seemed like 31 * the best place for it. 32 * 33 * @{ 34 */ 26 35 27 36 … … 229 238 /** @} */ 230 239 240 /** @} */ 231 241 #endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h */ 232 242 -
trunk/src/VBox/Devices/Audio/AudioMixer.h
r89779 r89800 32 32 #include "AudioHlp.h" 33 33 34 35 /** @defgroup grp_pdm_ifs_audio_mixing Audio Mixing 36 * @ingroup grp_pdm_ifs_audio 37 * 38 * @note This is currently placed under PDM Audio Interface as that seemed like 39 * the best place for it. 40 * 41 * @{ 42 */ 34 43 35 44 /** Pointer to an audio mixer sink. */ … … 325 334 /** @} */ 326 335 336 /** @} */ 337 327 338 #endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixer_h */ 328 339
Note:
See TracChangeset
for help on using the changeset viewer.