Changeset 53831 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 15, 2015 4:15:21 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r53567 r53831 414 414 typedef struct PDMIAUDIOCONNECTOR 415 415 { 416 DECLR3CALLBACKMEMBER(int, pfnQueryData, (PPDMIAUDIOCONNECTOR pInterface, uint32_t *pcbAvailIn, uint32_t *pcbFreeOut, uint32_t *pcSamplesLive)); 417 416 418 /** 417 419 * Reads PCM audio data from the host (input). … … 457 459 458 460 /** 459 * Initializes the NULL audio driver as a fallback .461 * Initializes the NULL audio driver as a fallback in case no host backend is available. 460 462 * 461 463 * @returns VBox status code. … … 559 561 PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)); 560 562 563 DECLR3CALLBACKMEMBER(int, pfnPlayOut, (PPDMIAUDIOCONNECTOR pInterface)); 564 561 565 /** 562 566 * Checks whether a specific guest input stream is active or not. … … 640 644 641 645 /** 642 * End the host audio input streamm.646 * Ends the host audio input streamm. 643 647 * 644 648 * @returns VBox status code. … … 649 653 650 654 /** 651 * End the host output stream.655 * Ends the host output stream. 652 656 * 653 657 * @returns VBox status code. … … 658 662 659 663 /** 660 * Play audio out from stream buffer.664 * Plays an audio stream. 661 665 * 662 666 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.