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 89b87b8 commit ebf54d6Copy full SHA for ebf54d6
src/AvTranscoder/Transcoder/Transcoder.hpp
@@ -23,6 +23,12 @@
23
namespace avtranscoder
24
{
25
26
+/**
27
+ * @brief: Enum to set a policy of how we manage the transcode in case of several streams.
28
+ * eProcessMethodShortest: stop transcode at the end of the shortest stream.
29
+ * eProcessMethodLongest: stop transcode at the end of the longest stream (default method).
30
+ * eProcessMethodInfinity: stop transcode by outside of avTranscoder.
31
+ */
32
enum EProcessMethod
33
34
eProcessMethodShortest = 0,
0 commit comments