Changeset 68982 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 4, 2017 1:49:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRec.cpp
r68850 r68982 930 930 * @param pCfg Recording configuration to use. 931 931 */ 932 int videoRecStreamOpenFile(PVIDEORECSTREAM pStream, PVIDEORECCFG pCfg)932 static int videoRecStreamOpenFile(PVIDEORECSTREAM pStream, PVIDEORECCFG pCfg) 933 933 { 934 934 AssertPtrReturn(pStream, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.