Skip to content

Commit ebf54d6

Browse files
author
Clement Champetier
committed
Transcoder: add doc for enum EProcessMethod
1 parent 89b87b8 commit ebf54d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/AvTranscoder/Transcoder/Transcoder.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
namespace avtranscoder
2424
{
2525

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+
*/
2632
enum EProcessMethod
2733
{
2834
eProcessMethodShortest = 0,

0 commit comments

Comments
 (0)