VirtualBox

Changeset 62117 in vbox for trunk/include


Ignore:
Timestamp:
Jul 7, 2016 4:16:01 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108603
Message:

Audio: Bugfixes, logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r61888 r62117  
    311311    /** Sample frequency in Hertz (Hz). */
    312312    uint32_t    uHz;
    313     /** Bandwidth (bytes/s). */
    314     uint32_t    cbPerSec;
     313    /** Bitrate (in bytes/s). */
     314    uint32_t    cbBitrate;
    315315    /** Whether the endianness is swapped or not. */
    316316    bool        fSwapEndian;
     
    524524typedef enum PDMAUDIOBACKENDSTS
    525525{
     526    /** Unknown/invalid status. */
    526527    PDMAUDIOBACKENDSTS_UNKNOWN = 0,
    527     PDMAUDIOBACKENDSTS_INIT,
     528    /** The backend is in its initialization phase.
     529     *  Not all backends support this status. */
     530    PDMAUDIOBACKENDSTS_INITIALIZING,
     531    /** The backend has stopped its operation. */
     532    PDMAUDIOBACKENDSTS_STOPPED,
     533    /** The backend is up and running. */
    528534    PDMAUDIOBACKENDSTS_RUNNING,
    529     PDMAUDIOBACKENDSTS_SHUTDOWN
     535    /** The backend ran into an error and is unable to recover.
     536     *  A manual re-initialization might help. */
     537    PDMAUDIOBACKENDSTS_ERROR
    530538} PDMAUDIOBACKENDSTS;
    531539
Note: See TracChangeset for help on using the changeset viewer.

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