Changeset 75416 in vbox
- Timestamp:
- Nov 13, 2018 10:36:18 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126562
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r75395 r75416 6884 6884 #ifdef VBOX_WITH_AUDIO_RECORDING 6885 6885 /** 6886 * Sends audio (frame) data to the display's video capturing routines.6886 * Sends audio (frame) data to the recording routines. 6887 6887 * 6888 6888 * @returns HRESULT … … 7013 7013 7014 7014 /** 7015 * Starts capturing. Does nothing if capturing is already active.7015 * Starts recording. Does nothing if recording is already active. 7016 7016 * 7017 7017 * @returns IPRT status code. … … 7038 7038 7039 7039 /** 7040 * Stops capturing. Does nothing if capturing is not active.7040 * Stops recording. Does nothing if recording is not active. 7041 7041 */ 7042 7042 int Console::i_recordingStop(void)
Note:
See TracChangeset
for help on using the changeset viewer.