VirtualBox

Changeset 67695 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 29, 2017 12:38:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116526
Message:

Audio: vmm/pdmaudioifs.h: Shuffle parameters around in PDMAUDIOPCMPROPS.

File:
1 edited

Legend:

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

    r67366 r67695  
    348348    /** Signed or unsigned sample. */
    349349    bool        fSigned;
     350    /** Number of audio channels. */
     351    uint8_t     cChannels;
     352    /** Sample frequency in Hertz (Hz). */
     353    uint32_t    uHz;
    350354    /** Shift count used for faster calculation of various
    351355     *  values, such as the alignment, bytes to samples and so on.
     
    356360     */
    357361    uint8_t     cShift;
    358     /** Number of audio channels. */
    359     uint8_t     cChannels;
    360     /** Sample frequency in Hertz (Hz). */
    361     uint32_t    uHz;
    362362    /** Whether the endianness is swapped or not. */
    363363    bool        fSwapEndian;
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