Changeset 45941 in vbox for trunk/src/VBox/Main/src-client/VideoRec.h
- Timestamp:
- May 8, 2013 8:47:02 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRec.h
r45926 r45941 23 23 24 24 int VideoRecContextCreate(PVIDEORECCONTEXT *ppVideoRecContext); 25 int VideoRecContextInit(PVIDEORECCONTEXT pVideoRecContext, co m::Bstr mFileName,25 int VideoRecContextInit(PVIDEORECCONTEXT pVideoRecContext, const char *pszFile, 26 26 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps); 27 27 void VideoRecContextClose(PVIDEORECCONTEXT pVideoRecContext);
Note:
See TracChangeset
for help on using the changeset viewer.