Changeset 96178 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 12, 2022 2:35:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingInternals.h
r96177 r96178 27 27 #include <iprt/types.h> /* drag in stdint.h before vpx does it. */ 28 28 29 #include "VBox/com/string.h" 29 30 #include "VBox/com/VirtualBox.h" 30 31 #include "VBox/settings.h" … … 113 114 * @param strOptions Options string to parse. 114 115 */ 115 DECLCALLBACKMEMBER(int, pfnParseOptions, (PRECORDINGCODEC pCodec, const Utf8Str &strOptions));116 DECLCALLBACKMEMBER(int, pfnParseOptions, (PRECORDINGCODEC pCodec, const com::Utf8Str &strOptions)); 116 117 117 118 /**
Note:
See TracChangeset
for help on using the changeset viewer.