VirtualBox

Changeset 78064 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2019 2:18:33 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129905
Message:

Recording/VBoxManage: Getting and controlling the recording settings needs SessionMachine to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r77910 r78064  
    29822982            {
    29832983                ComPtr<IRecordingSettings> recordingSettings;
    2984                 CHECK_ERROR_BREAK(machine, COMGETTER(RecordingSettings)(recordingSettings.asOutParam()));
     2984                CHECK_ERROR_BREAK(sessionMachine, COMGETTER(RecordingSettings)(recordingSettings.asOutParam()));
    29852985                SafeIfaceArray <IRecordingScreenSettings> saRecordingScreenScreens;
    29862986                CHECK_ERROR_BREAK(recordingSettings, COMGETTER(Screens)(ComSafeArrayAsOutParam(saRecordingScreenScreens)));
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