Changeset 61159 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- May 24, 2016 12:06:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
r61157 r61159 1455 1455 } 1456 1456 1457 static DECLCALLBACK(int) drvHostCoreAudio Capture(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,1458 uint32_t *pcSamplesCaptured)1457 static DECLCALLBACK(int) drvHostCoreAudioStreamCapture(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream, 1458 uint32_t *pcSamplesCaptured) 1459 1459 { 1460 1460 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface); … … 1541 1541 } 1542 1542 1543 static DECLCALLBACK(int) drvHostCoreAudio Play(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,1544 uint32_t *pcSamplesPlayed)1543 static DECLCALLBACK(int) drvHostCoreAudioStreamPlay(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream, 1544 uint32_t *pcSamplesPlayed) 1545 1545 { 1546 1546 PPDMDRVINS pDrvIns = PDMIBASE_2_PDMDRV(pInterface);
Note:
See TracChangeset
for help on using the changeset viewer.