VirtualBox

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


Ignore:
Timestamp:
Aug 12, 2022 12:09:33 PM (2 years ago)
Author:
vboxsync
Message:

Recording/Main:

  • Renamed RecordingVideoScalingMethod -> RecordingVideoScalingMode (to match the other enums).
  • Renamed RecordingVideoRateControlMode -> RecordingRateControlMode, as this also can apply to audio codecs.
  • Added ABR (average bitrate) mode to RecordingRateControlMode.

IRecordingScreenSettings:

  • Added audioRateControlMode.
  • Added videoScalingMode.

ISystemProperties:

  • Renamed supportedRecordingVSMethods to supportedRecordingVSModes (to match RecordingVideoScalingMode).
  • Added supportedRecordingARCModes.

Renamed com::settings::RecordingScreenSettings.Audio.enmAudioCodec -> .enmCodec (Doppelmoppel).

More documentation.

​(Build fix) bugref:10275

File:
1 edited

Legend:

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

    r96141 r96168  
    1285012850    <attribute name="supportedRecordingARCModes" type="RecordingRateControlMode" safearray="yes" readonly="yes">
    1285112851      <desc>
    12852         Returns an array of officially supported audio codec values for enum <link to="RecordingVideoRateControlMode"/>,
     12852        Returns an array of officially supported audio codec values for enum <link to="RecordingRateControlMode"/>,
    1285312853        in the sense of what is e.g. worth offering in the VirtualBox GUI.
    1285412854      </desc>
     
    1285712857    <attribute name="supportedRecordingVRCModes" type="RecordingRateControlMode" safearray="yes" readonly="yes">
    1285812858      <desc>
    12859         Returns an array of officially supported video codec values for enum <link to="RecordingVideoRateControlMode"/>,
     12859        Returns an array of officially supported video codec values for enum <link to="RecordingRateControlMode"/>,
    1286012860        in the sense of what is e.g. worth offering in the VirtualBox GUI.
    1286112861      </desc>
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