|
6 | 6 | namespace avtranscoder
|
7 | 7 | {
|
8 | 8 |
|
9 |
| -std::ostream& operator<<( std::ostream& flux, const FileProperties& fileProperties ); |
| 9 | +AvExport std::ostream& operator<<( std::ostream& flux, const FileProperties& fileProperties ); |
10 | 10 |
|
11 |
| -std::ostream& operator<<( std::ostream& flux, const StreamProperties& streamProperties ); |
| 11 | +AvExport std::ostream& operator<<( std::ostream& flux, const StreamProperties& streamProperties ); |
12 | 12 |
|
13 |
| -std::ostream& operator<<( std::ostream& flux, const VideoProperties& videoProperties ); |
| 13 | +AvExport std::ostream& operator<<( std::ostream& flux, const VideoProperties& videoProperties ); |
14 | 14 |
|
15 |
| -std::ostream& operator<<( std::ostream& flux, const AudioProperties& audioProperties ); |
| 15 | +AvExport std::ostream& operator<<( std::ostream& flux, const AudioProperties& audioProperties ); |
16 | 16 |
|
17 |
| -std::ostream& operator<<( std::ostream& flux, const DataProperties& dataProperties ); |
| 17 | +AvExport std::ostream& operator<<( std::ostream& flux, const DataProperties& dataProperties ); |
18 | 18 |
|
19 |
| -std::ostream& operator<<( std::ostream& flux, const SubtitleProperties& subtitleProperties ); |
| 19 | +AvExport std::ostream& operator<<( std::ostream& flux, const SubtitleProperties& subtitleProperties ); |
20 | 20 |
|
21 |
| -std::ostream& operator<<( std::ostream& flux, const AttachementProperties& attachementProperties ); |
| 21 | +AvExport std::ostream& operator<<( std::ostream& flux, const AttachementProperties& attachementProperties ); |
22 | 22 |
|
23 |
| -std::ostream& operator<<( std::ostream& flux, const UnknownProperties& unknownProperties ); |
| 23 | +AvExport std::ostream& operator<<( std::ostream& flux, const UnknownProperties& unknownProperties ); |
24 | 24 |
|
25 |
| -std::ostream& operator<<( std::ostream& flux, const InputFile& input ); |
| 25 | +AvExport std::ostream& operator<<( std::ostream& flux, const InputFile& input ); |
26 | 26 |
|
27 | 27 | }
|
28 | 28 |
|
|
0 commit comments