We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3063edb commit 5c5f4c8Copy full SHA for 5c5f4c8
src/AvTranscoder/transcoder/Transcoder.hpp
@@ -122,6 +122,11 @@ class AvExport Transcoder
122
void process( IProgress& progress );
123
void process(); ///< Call process with no display of progression
124
125
+ /**
126
+ * @brief Return the list of streams added to the transcoder.
127
+ */
128
+ std::vector< StreamTranscoder* >& getStreamTranscoders() { return _streamTranscoders; }
129
+
130
/**
131
* @param streamIndex: careful about the order of stream insertion of the Transcoder.
132
* @return a reference to a stream manage by the Transcoder.
0 commit comments