Changeset 52312 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 7, 2014 12:54:38 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r52251 r52312 265 265 ULONG mVideoCaptureRate; 266 266 ULONG mVideoCaptureFPS; 267 ULONG mVideoCaptureMaxTime; 268 ULONG mVideoCaptureMaxFileSize; 269 Utf8Str mVideoCaptureOptions; 267 270 Utf8Str mVideoCaptureFile; 268 271 BOOL mVideoCaptureEnabled; … … 839 842 HRESULT getVideoCaptureFPS(ULONG *aVideoCaptureFPS); 840 843 HRESULT setVideoCaptureFPS(ULONG aVideoCaptureFPS); 844 HRESULT getVideoCaptureMaxTime(ULONG *aVideoCaptureMaxTime); 845 HRESULT setVideoCaptureMaxTime(ULONG aVideoCaptureMaxTime); 846 HRESULT getVideoCaptureMaxFileSize(ULONG *aVideoCaptureMaxFileSize); 847 HRESULT setVideoCaptureMaxFileSize(ULONG aVideoCaptureMaxFileSize); 848 HRESULT getVideoCaptureOptions(com::Utf8Str &aVideoCaptureOptions); 849 HRESULT setVideoCaptureOptions(const com::Utf8Str &aVideoCaptureOptions); 841 850 HRESULT getBIOSSettings(ComPtr<IBIOSSettings> &aBIOSSettings); 842 851 HRESULT getFirmwareType(FirmwareType_T *aFirmwareType);
Note:
See TracChangeset
for help on using the changeset viewer.