VirtualBox

Changeset 105268 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 11, 2024 8:08:41 AM (6 months ago)
Author:
vboxsync
Message:

Recording: Implemented support for a dedicated progress object, which is exposed to API clients. This can be used for better tracking the recording progress as well as for error reporting. The RecordingSettings API also now has a dedicated start() method to start recording, as well as support for attaching to an already ongoing recording by retrieving the progress object at a later time. Adapted FE/Qt (draft, see @todos), FE/VBoxManage and the Validation Kit testdriver to the new APIs. VBoxManage also can attach to an ongoing recording now. The recording progress object also will have multiple operations to get the recording progress for convenience [build fix]. bugref:10718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/Recording.cpp

    r105267 r105268  
    262262    if (SUCCEEDED(hrc))
    263263    {
    264         hrc = pProgress->init(m_pConsole, Utf8Str("Recording"),
     264        hrc = pProgress->init(static_cast<IConsole *>(m_pConsole), Utf8Str("Recording"),
    265265                              TRUE /* aCancelable */, cOperations, cOperations /* ulTotalOperationsWeight */,
    266266                              Utf8Str("Starting"), 1 /* ulFirstOperationWeight */);
Note: See TracChangeset for help on using the changeset viewer.

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