VirtualBox

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


Ignore:
Timestamp:
Nov 7, 2019 5:24:31 PM (5 years ago)
Author:
vboxsync
Message:

Main/SystemProperties: shorten a few attribute names to get around dtrace probe name length limit

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

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

    r81739 r81740  
    1128811288    </attribute>
    1128911289
    11290     <attribute name="supportedRecordingVideoScalingMethods" type="RecordingVideoScalingMethod" safearray="yes" readonly="yes">
     11290    <attribute name="supportedRecordingVSMethods" type="RecordingVideoScalingMethod" safearray="yes" readonly="yes">
    1129111291      <desc>
    1129211292        Returns an array of officially supported values for enum <link to="RecordingVideoScalingMethod"/>,
     
    1129511295    </attribute>
    1129611296
    11297     <attribute name="supportedRecordingVideoRateControlModes" type="RecordingVideoRateControlMode" safearray="yes" readonly="yes">
     11297    <attribute name="supportedRecordingVRCModes" type="RecordingVideoRateControlMode" safearray="yes" readonly="yes">
    1129811298      <desc>
    1129911299        Returns an array of officially supported values for enum <link to="RecordingVideoRateControlMode"/>,
  • trunk/src/VBox/Main/include/SystemPropertiesImpl.h

    r81739 r81740  
    124124    HRESULT getSupportedRecordingAudioCodecs(std::vector<RecordingAudioCodec_T> &aSupportedRecordingAudioCodecs);
    125125    HRESULT getSupportedRecordingVideoCodecs(std::vector<RecordingVideoCodec_T> &aSupportedRecordingVideoCodecs);
    126     HRESULT getSupportedRecordingVideoScalingMethods(std::vector<RecordingVideoScalingMethod_T> &aSupportedRecordingVideoScalingMethods);
    127     HRESULT getSupportedRecordingVideoRateControlModes(std::vector<RecordingVideoRateControlMode_T> &aSupportedRecordingVideoRateControlModes);
     126    HRESULT getSupportedRecordingVSMethods(std::vector<RecordingVideoScalingMethod_T> &aSupportedRecordingVideoScalingMethods);
     127    HRESULT getSupportedRecordingVRCModes(std::vector<RecordingVideoRateControlMode_T> &aSupportedRecordingVideoRateControlModes);
    128128    HRESULT getSupportedGraphicsControllerTypes(std::vector<GraphicsControllerType_T> &aSupportedGraphicsControllerTypes);
    129129    HRESULT getSupportedCloneOptions(std::vector<CloneOptions_T> &aSupportedCloneOptions);
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r81739 r81740  
    12471247}
    12481248
    1249 HRESULT SystemProperties::getSupportedRecordingVideoScalingMethods(std::vector<RecordingVideoScalingMethod_T> &aSupportedRecordingVideoScalingMethods)
     1249HRESULT SystemProperties::getSupportedRecordingVSMethods(std::vector<RecordingVideoScalingMethod_T> &aSupportedRecordingVideoScalingMethods)
    12501250{
    12511251    static const RecordingVideoScalingMethod_T aRecordingVideoScalingMethods[] =
     
    12631263}
    12641264
    1265 HRESULT SystemProperties::getSupportedRecordingVideoRateControlModes(std::vector<RecordingVideoRateControlMode_T> &aSupportedRecordingVideoRateControlModes)
     1265HRESULT SystemProperties::getSupportedRecordingVRCModes(std::vector<RecordingVideoRateControlMode_T> &aSupportedRecordingVideoRateControlModes)
    12661266{
    12671267    static const RecordingVideoRateControlMode_T aRecordingVideoRateControlModes[] =
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