|
20 | 20 |
|
21 | 21 | #include <AvTranscoder/Metadatas/MediaMetadatasStructures.hpp>
|
22 | 22 |
|
23 |
| -#include <AvTranscoder/InputFile.hpp> |
24 |
| -#include <AvTranscoder/OutputFile.hpp> |
25 |
| - |
26 | 23 | #include <AvTranscoder/OutputStream.hpp>
|
27 | 24 | #include <AvTranscoder/OutputStreamAudio.hpp>
|
28 | 25 | #include <AvTranscoder/OutputStreamVideo.hpp>
|
29 | 26 |
|
30 | 27 | #include <AvTranscoder/InputStream.hpp>
|
| 28 | +#include <AvTranscoder/AvInputStream.hpp> |
31 | 29 | #include <AvTranscoder/InputStreamAudio.hpp>
|
32 | 30 | #include <AvTranscoder/InputStreamVideo.hpp>
|
33 | 31 |
|
| 32 | +#include <AvTranscoder/InputFile.hpp> |
| 33 | +#include <AvTranscoder/OutputFile.hpp> |
| 34 | + |
34 | 35 | #include <AvTranscoder/Transcoder.hpp>
|
35 | 36 |
|
36 | 37 | %}
|
@@ -59,15 +60,16 @@ namespace std {
|
59 | 60 |
|
60 | 61 | %include <AvTranscoder/Metadatas/MediaMetadatasStructures.hpp>
|
61 | 62 |
|
62 |
| -%include <AvTranscoder/InputFile.hpp> |
63 |
| -%include <AvTranscoder/OutputFile.hpp> |
64 |
| - |
65 | 63 | %include <AvTranscoder/OutputStream.hpp>
|
66 | 64 | %include <AvTranscoder/OutputStreamAudio.hpp>
|
67 | 65 | %include <AvTranscoder/OutputStreamVideo.hpp>
|
68 | 66 |
|
69 | 67 | %include <AvTranscoder/InputStream.hpp>
|
| 68 | +%include <AvTranscoder/AvInputStream.hpp> |
70 | 69 | %include <AvTranscoder/InputStreamAudio.hpp>
|
71 | 70 | %include <AvTranscoder/InputStreamVideo.hpp>
|
72 | 71 |
|
| 72 | +%include <AvTranscoder/InputFile.hpp> |
| 73 | +%include <AvTranscoder/OutputFile.hpp> |
| 74 | + |
73 | 75 | %include <AvTranscoder/Transcoder.hpp>
|
0 commit comments