Changeset 42861 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Aug 17, 2012 12:06:25 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r42858 r42861 1696 1696 STDMETHODIMP Machine::COMSETTER(VideoCaptureFile)(IN_BSTR aFile) 1697 1697 { 1698 Utf8Str strFile(aFile); 1698 1699 AutoCaller autoCaller(this); 1699 1700 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 1700 1701 1701 1702 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1702 mHWData->mVideoCaptureFile = aFile; 1703 if(strFile.isEmpty()) 1704 strFile = "VideoCap.webm"; 1705 mHWData->mVideoCaptureFile = strFile; 1703 1706 return S_OK; 1704 1707 }
Note:
See TracChangeset
for help on using the changeset viewer.