Changeset 68332 in vbox for trunk/src/VBox/Main/src-client/EbmlWriter.h
- Timestamp:
- Aug 8, 2017 8:38:07 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117453
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/EbmlWriter.h
r67914 r68332 31 31 32 32 #include <iprt/file.h> 33 34 #include <VBox/com/string.h> /* For Utf8Str. */ 35 36 using namespace com; 33 37 34 38 class WebMWriter_Impl; … … 123 127 124 128 /** 129 * Gets file name. 130 * 131 * @returns File name as UTF-8 string. 132 */ 133 const Utf8Str& GetFileName(void); 134 135 /** 125 136 * Gets current output file size. 126 137 *
Note:
See TracChangeset
for help on using the changeset viewer.