VirtualBox

Changeset 55340 in vbox for trunk/include


Ignore:
Timestamp:
Apr 20, 2015 1:26:03 PM (10 years ago)
Author:
vboxsync
Message:

Audio: Fixed warnings, largely inconsistent types.

File:
1 edited

Legend:

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

    r55335 r55340  
    7070typedef struct PDMAUDIOBACKENDCFG
    7171{
    72     size_t      cbStreamOut;
    73     size_t      cbStreamIn;
     72    uint32_t    cbStreamOut;
     73    uint32_t    cbStreamIn;
    7474    uint32_t    cMaxHstStrmsOut;
    7575    uint32_t    cMaxHstStrmsIn;
     
    415415     * @param   pcbRead         Bytes of audio data read. Optional.
    416416     */
    417     DECLR3CALLBACKMEMBER(int, pfnRead, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn, void *pvBuf, size_t cbSize, uint32_t *pcbRead));
     417    DECLR3CALLBACKMEMBER(int, pfnRead, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMIN pGstStrmIn, void *pvBuf, uint32_t cbSize, uint32_t *pcbRead));
    418418
    419419    /**
     
    427427     * @param   pcbWritten      Bytes of audio data written. Optional.
    428428     */
    429     DECLR3CALLBACKMEMBER(int, pfnWrite, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut, const void *pvBuf, size_t cbSize, uint32_t *pcbWritten));
     429    DECLR3CALLBACKMEMBER(int, pfnWrite, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut, const void *pvBuf, uint32_t cbSize, uint32_t *pcbWritten));
    430430
    431431    /**
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