Changeset 74995 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 23, 2018 12:15:27 PM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VideoRec.h
r74992 r74995 20 20 21 21 #include <VBox/com/array.h> 22 #include <VBox/com/string.h> 22 23 #include <VBox/com/VirtualBox.h> 23 24 #include <VBox/err.h> -
trunk/src/VBox/Main/include/VideoRecStream.h
r74992 r74995 19 19 #define ____H_VIDEOREC_STREAM 20 20 21 #include <map> 22 #include <vector> 23 24 #include <iprt/critsect.h> 25 21 26 #include <VBox/com/array.h> 22 27 #include <VBox/com/VirtualBox.h> 23 28 #include <VBox/err.h> 24 29 25 #include "WebMWriter.h"26 30 #include "VideoRecInternals.h" 27 31 32 class WebMWriter; 28 33 29 34 struct VIDEORECCFG; -
trunk/src/VBox/Main/src-client/VideoRecStream.cpp
r74994 r74995 38 38 #include "VideoRec.h" 39 39 #include "VideoRecStream.h" 40 #include "WebMWriter.h" 40 41 41 42
Note:
See TracChangeset
for help on using the changeset viewer.