Changeset 75344 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 9, 2018 9:17:06 AM (6 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r75341 r75344 25 25 #include "ConsoleWrap.h" 26 26 #ifdef VBOX_WITH_VIDEOREC 27 # include " VideoRec.h"27 # include "Recording.h" 28 28 #endif 29 29 -
trunk/src/VBox/Main/include/DrvAudioRec.h
r75343 r75344 25 25 26 26 #include "AudioDriver.h" 27 #include " VideoRec.h"27 #include "Recording.h" 28 28 29 29 using namespace com; -
trunk/src/VBox/Main/include/Recording.h
r75343 r75344 1 1 /* $Id$ */ 2 2 /** @file 3 * Video recording code header.3 * Recording code header. 4 4 */ 5 5 … … 27 27 using namespace com; 28 28 29 #include " VideoRecInternals.h"30 #include " VideoRecStream.h"29 #include "RecordingInternals.h" 30 #include "RecordingStream.h" 31 31 32 32 class Console; -
trunk/src/VBox/Main/include/RecordingInternals.h
r75343 r75344 1 1 /* $Id$ */ 2 2 /** @file 3 * Video recording internals header.3 * Recording internals header. 4 4 */ 5 5 -
trunk/src/VBox/Main/include/RecordingStream.h
r75343 r75344 1 1 /* $Id$ */ 2 2 /** @file 3 * Video recording stream code header.3 * Recording stream code header. 4 4 */ 5 5 … … 29 29 #include <VBox/settings.h> 30 30 31 #include " VideoRecInternals.h"31 #include "RecordingInternals.h" 32 32 33 33 class WebMWriter; -
trunk/src/VBox/Main/include/RecordingUtils.h
r75343 r75344 1 1 /* $Id$ */ 2 2 /** @file 3 * Video recording utility header.3 * Recording utility header. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.