VirtualBox

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


Ignore:
Timestamp:
Oct 4, 2017 9:56:06 AM (7 years ago)
Author:
vboxsync
Message:

VideoRec: Documentation, comments.

File:
1 edited

Legend:

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

    r68946 r68971  
    471471    void processDisplayData(void *pvVRAM, unsigned uScreenId);
    472472
    473     /* Serializes access to mVideoAccelLegacy and mfVideoAccelVRDP, etc between VRDP and Display. */
    474     RTCRITSECT mVideoAccelLock;
     473    /** Serializes access to mVideoAccelLegacy and mfVideoAccelVRDP, etc between VRDP and Display. */
     474    RTCRITSECT           mVideoAccelLock;
     475
    475476#ifdef VBOX_WITH_VIDEOREC
    476477    /* Serializes access to video capture source bitmaps. */
    477478    RTCRITSECT           mVideoCaptureLock;
     479    /** The current video recording configuration being used. */
    478480    VIDEORECCFG          mVideoRecCfg;
     481    /** The video recording context. */
    479482    VIDEORECCONTEXT     *mpVideoRecCtx;
     483    /** Array which defines which screens are being enabled for recording. */
    480484    bool                 maVideoRecEnabled[SchemaDefs::MaxGuestMonitors];
    481485#endif
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