VirtualBox

Changeset 53567 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 18, 2014 12:42:45 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97327
Message:

PDM/Audio: Update.

File:
1 edited

Legend:

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

    r53478 r53567  
    3838
    3939#ifdef VBOX_WITH_PDM_AUDIO_DRIVER
     40typedef uint32_t PDMAUDIODRVFLAGS;
     41
     42/** No flags set. */
     43#define PDMAUDIODRVFLAG_NONE        0
     44/** Marks a primary audio driver which is critical
     45 *  when running the VM. */
     46#define PDMAUDIODRVFLAG_PRIMARY     RT_BIT(0)
     47
     48/**
     49 * Audio format in signed or unsigned variants.
     50 */
    4051typedef enum PDMAUDIOFMT
    4152{
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