AvTranscoder  0.9.4
C++APIforLibav/FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Transcoder.hpp File Reference

Go to the source code of this file.

Data Structures

class  avtranscoder::Transcoder
 A Transcoder manages a list of streams, and process a transcode to create an output media file. More...
 

Namespaces

 avtranscoder
 

Enumerations

enum  avtranscoder::EProcessMethod {
  avtranscoder::eProcessMethodShortest = 0, avtranscoder::eProcessMethodLongest, avtranscoder::eProcessMethodBasedOnStream, avtranscoder::eProcessMethodBasedOnDuration,
  avtranscoder::eProcessMethodInfinity
}
 Enum to set a policy of how we manage the process in case of several streams. eProcessMethodShortest: stop the process at the end of the shortest stream. eProcessMethodLongest: stop the process at the end of the longest stream. eProcessMethodBasedOnStream: stop the process at the end of an indicated stream (. More...