VirtualBox

Ignore:
Timestamp:
Nov 9, 2018 10:56:10 AM (6 years ago)
Author:
vboxsync
Message:

Recording: More renaming for IConsole and IDisplay internals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r75345 r75352  
    101101    {
    102102        ComPtr<IDisplaySourceBitmap> pSourceBitmap;
    103     } videoRec;
     103    } Recording;
    104104#endif /* VBOX_WITH_RECORDING */
    105105} DISPLAYFBINFO;
     
    201201
    202202#ifdef VBOX_WITH_RECORDING
    203     int  i_videoRecInvalidate(void);
    204     void i_videoRecScreenChanged(unsigned uScreenId);
     203    int  i_recordingInvalidate(void);
     204    void i_recordingScreenChanged(unsigned uScreenId);
    205205#endif
    206206
     
    472472    /* Serializes access to video recording source bitmaps. */
    473473    RTCRITSECT           mVideoRecLock;
    474     /** Array which defines which screens are being enabled for capturing. */
    475     bool                 maVideoRecEnabled[SchemaDefs::MaxGuestMonitors];
     474    /** Array which defines which screens are being enabled for recording. */
     475    bool                 maRecordingEnabled[SchemaDefs::MaxGuestMonitors];
    476476#endif
    477477
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