VirtualBox

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


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

Capturing: Added more per-screen attributes, such as audio parameters, video scaling and video rate control modes.

File:
1 edited

Legend:

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

    r75251 r75269  
    7575    HRESULT setOptions(const com::Utf8Str &aOptions);
    7676
     77    HRESULT getAudioCodec(CaptureAudioCodec_T *aCodec);
     78    HRESULT setAudioCodec(CaptureAudioCodec_T aCodec);
     79    HRESULT getAudioHz(ULONG *aHz);
     80    HRESULT setAudioHz(ULONG aHz);
     81    HRESULT getAudioBits(ULONG *aBits);
     82    HRESULT setAudioBits(ULONG aBits);
     83    HRESULT getAudioChannels(ULONG *aChannels);
     84    HRESULT setAudioChannels(ULONG aChannels);
     85
     86    HRESULT getVideoCodec(CaptureVideoCodec_T *aCodec);
     87    HRESULT setVideoCodec(CaptureVideoCodec_T aCodec);
    7788    HRESULT getVideoWidth(ULONG *aVideoWidth);
    7889    HRESULT setVideoWidth(ULONG aVideoWidth);
     
    8192    HRESULT getVideoRate(ULONG *aVideoRate);
    8293    HRESULT setVideoRate(ULONG aVideoRate);
     94    HRESULT getVideoRateControlMode(CaptureVideoRateControlMode_T *aMode);
     95    HRESULT setVideoRateControlMode(CaptureVideoRateControlMode_T aMode);
    8396    HRESULT getVideoFPS(ULONG *aVideoFPS);
    8497    HRESULT setVideoFPS(ULONG aVideoFPS);
     98    HRESULT getVideoScalingMethod(CaptureVideoScalingMethod_T *aMode);
     99    HRESULT setVideoScalingMethod(CaptureVideoScalingMethod_T aMode);
    85100
    86101private:
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