VirtualBox

Changeset 52312 in vbox for trunk/src/VBox/Main/include


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/include/MachineImpl.h

    r52251 r52312  
    265265        ULONG               mVideoCaptureRate;
    266266        ULONG               mVideoCaptureFPS;
     267        ULONG               mVideoCaptureMaxTime;
     268        ULONG               mVideoCaptureMaxFileSize;
     269        Utf8Str             mVideoCaptureOptions;
    267270        Utf8Str             mVideoCaptureFile;
    268271        BOOL                mVideoCaptureEnabled;
     
    839842    HRESULT getVideoCaptureFPS(ULONG *aVideoCaptureFPS);
    840843    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);
    841850    HRESULT getBIOSSettings(ComPtr<IBIOSSettings> &aBIOSSettings);
    842851    HRESULT getFirmwareType(FirmwareType_T *aFirmwareType);
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