Changeset 73210 in vbox for trunk/include/VBox
- Timestamp:
- Jul 18, 2018 3:06:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r71757 r73210 590 590 /** Enables the stream. */ 591 591 PDMAUDIOSTREAMCMD_ENABLE, 592 /** Disables the stream. */ 592 /** Disables the stream. 593 * For output streams this stops the stream after playing the remaining (buffered) audio data. 594 * For input streams this will deliver the remaining (captured) audio data and not accepting 595 * any new audio input data afterwards. */ 593 596 PDMAUDIOSTREAMCMD_DISABLE, 594 597 /** Pauses the stream. */ … … 1262 1265 1263 1266 /** 1264 * Plays (transfers) available audio frames viathe host backend. Only works with output streams.1267 * Plays (transfers) available audio frames to the host backend. Only works with output streams. 1265 1268 * 1266 1269 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.