Changeset 75269 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 6, 2018 10:20:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/CaptureScreenSettingsImpl.h
r75251 r75269 75 75 HRESULT setOptions(const com::Utf8Str &aOptions); 76 76 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); 77 88 HRESULT getVideoWidth(ULONG *aVideoWidth); 78 89 HRESULT setVideoWidth(ULONG aVideoWidth); … … 81 92 HRESULT getVideoRate(ULONG *aVideoRate); 82 93 HRESULT setVideoRate(ULONG aVideoRate); 94 HRESULT getVideoRateControlMode(CaptureVideoRateControlMode_T *aMode); 95 HRESULT setVideoRateControlMode(CaptureVideoRateControlMode_T aMode); 83 96 HRESULT getVideoFPS(ULONG *aVideoFPS); 84 97 HRESULT setVideoFPS(ULONG aVideoFPS); 98 HRESULT getVideoScalingMethod(CaptureVideoScalingMethod_T *aMode); 99 HRESULT setVideoScalingMethod(CaptureVideoScalingMethod_T aMode); 85 100 86 101 private:
Note:
See TracChangeset
for help on using the changeset viewer.