Changeset 65434 in vbox
- Timestamp:
- Jan 24, 2017 4:52:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113047
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r65410 r65434 6577 6577 6578 6578 #ifdef VBOX_WITH_AUDIO_VIDEOREC 6579 /** 6580 * Sends audio (frame) data to the display's video capturing routines. 6581 * 6582 * @returns HRESULT 6583 * @param pvData Audio data to send. 6584 * @param cbData Size (in bytes) of audio data to send. 6585 * @param uTimestampMs Time stamp (in ms) of audio data. 6586 */ 6579 6587 HRESULT Console::i_audioVideoRecSendAudio(const void *pvData, size_t cbData, uint64_t uTimestampMs) 6580 6588 {
Note:
See TracChangeset
for help on using the changeset viewer.