VirtualBox

Ignore:
Timestamp:
Aug 7, 2014 12:54:38 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95429
Message:

6219: New parameters related to file size / recording time limitation for VM Video Capture have been added (vcpmaxtime, vcpmaxsize and vcpoptions - special codec options in key=value format). EbmlWriter has been refactored. Removed some redundant code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VideoRec.h

    r50314 r52312  
    2727int  VideoRecContextCreate(PVIDEORECCONTEXT *ppCtx, uint32_t cScreens);
    2828int  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);
    3031void VideoRecContextClose(PVIDEORECCONTEXT pCtx);
    3132bool VideoRecIsEnabled(PVIDEORECCONTEXT pCtx);
     
    3536                          uint8_t *pu8BufferAddress, uint64_t u64TimeStamp);
    3637bool VideoRecIsReady(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStamp);
     38bool VideoRecIsFull(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStamp);
    3739
    3840#endif /* !____H_VIDEOREC */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette