VirtualBox

Changeset 95748 in vbox


Ignore:
Timestamp:
Jul 20, 2022 10:52:37 AM (2 years ago)
Author:
vboxsync
Message:

Main/Recording: Emphasise that the RecordingFeature enum actually contains flags which can be combined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r95741 r95748  
    57625762    >
    57635763    <desc>
    5764       Recording features enumeration.
     5764      Recording feature flags. More than one flag may be set.
    57655765    </desc>
    57665766
    5767     <const name="None"                  value="0">
     5767    <const name="None"                  value="0x0">
    57685768      <desc>No feature set.</desc>
    57695769    </const>
    5770     <const name="Video"                 value="1">
     5770    <const name="Video"                 value="0x1">
    57715771      <desc>Video recording.</desc>
    57725772    </const>
    5773     <const name="Audio"                 value="2">
     5773    <const name="Audio"                 value="0x2">
    57745774      <desc>Audio recording.</desc>
    57755775    </const>
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