Changeset 88144 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 16, 2021 10:15:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88112 r88144 1584 1584 * Returns the number of readable data (in bytes) of a specific audio input stream. 1585 1585 * 1586 * @returns Number of readable data (in bytes).1586 * @returns Number of bytes of readable data. 1587 1587 * @param pInterface Pointer to the interface structure containing the called function pointer. 1588 1588 * @param pStream Pointer to audio stream. … … 1593 1593 * Returns the number of writable data (in bytes) of a specific audio output stream. 1594 1594 * 1595 * @returns Number of writable data (in bytes).1595 * @returns Number of bytes writable data. 1596 1596 * @param pInterface Pointer to the interface structure containing the called function pointer. 1597 1597 * @param pStream Pointer to audio stream. … … 1619 1619 1620 1620 /** 1621 * Plays (transfers) available audio frames to the host backend. Only works with output streams. 1621 * Plays (transfers) available audio frames to the host backend. 1622 * 1623 * Only works with output streams. 1622 1624 * 1623 1625 * @returns VBox status code. … … 1629 1631 1630 1632 /** 1631 * Captures (transfers) available audio frames from the host backend. Only works with input streams. 1633 * Captures (transfers) available audio frames from the host backend. 1634 * 1635 * Only works with input streams. 1632 1636 * 1633 1637 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.