Changeset 52312 in vbox for trunk/src/VBox/Main/src-client/VideoRec.h
- 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/src-client/VideoRec.h
r50314 r52312 27 27 int VideoRecContextCreate(PVIDEORECCONTEXT *ppCtx, uint32_t cScreens); 28 28 int VideoRecStrmInit(PVIDEORECCONTEXT pCtx, uint32_t uScreen, const char *pszFile, 29 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps); 29 uint32_t uWidth, uint32_t uHeight, uint32_t uRate, uint32_t uFps, 30 uint32_t uMaxTime, uint32_t uMaxFileSize, const char *pszOptions); 30 31 void VideoRecContextClose(PVIDEORECCONTEXT pCtx); 31 32 bool VideoRecIsEnabled(PVIDEORECCONTEXT pCtx); … … 35 36 uint8_t *pu8BufferAddress, uint64_t u64TimeStamp); 36 37 bool VideoRecIsReady(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStamp); 38 bool VideoRecIsFull(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStamp); 37 39 38 40 #endif /* !____H_VIDEOREC */
Note:
See TracChangeset
for help on using the changeset viewer.