VirtualBox

Changeset 88030 in vbox


Ignore:
Timestamp:
Mar 8, 2021 11:18:23 PM (4 years ago)
Author:
vboxsync
Message:

Audio: doxygen fix. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DrvAudioRec.cpp

    r88028 r88030  
    22/** @file
    33 * Video recording audio backend for Main.
     4 *
     5 * This driver is part of Main and is responsible for providing audio
     6 * data to Main's video capturing feature.
     7 *
     8 * The driver itself implements a PDM host audio backend, which in turn
     9 * provides the driver with the required audio data and audio events.
     10 *
     11 * For now there is support for the following destinations (called "sinks"):
     12 *
     13 * - Direct writing of .webm files to the host.
     14 * - Communicating with Main via the Console object to send the encoded audio data to.
     15 *   The Console object in turn then will route the data to the Display / video capturing interface then.
    416 */
    517
     
    6375 * https://datatracker.ietf.org/ipr/1526/
    6476 *
    65  */
    66 
    67 /**
    68  * This driver is part of Main and is responsible for providing audio
    69  * data to Main's video capturing feature.
    70  *
    71  * The driver itself implements a PDM host audio backend, which in turn
    72  * provides the driver with the required audio data and audio events.
    73  *
    74  * For now there is support for the following destinations (called "sinks"):
    75  *
    76  * - Direct writing of .webm files to the host.
    77  * - Communicating with Main via the Console object to send the encoded audio data to.
    78  *   The Console object in turn then will route the data to the Display / video capturing interface then.
    7977 */
    8078
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette