1 #ifndef _AV_TRANSCODER_STREAM_OUTPUT_STREAM_HPP_ 
    2 #define _AV_TRANSCODER_STREAM_OUTPUT_STREAM_HPP_ 
   19     float getStreamDuration() 
const;
 
   20     size_t getNbFrames() 
const; 
 
   21     int getStreamPTS() 
const;   
 
size_t _streamIndex
Index of the stream in the output file. 
int _lastWrappedPacketDuration
OutputFile & _outputFile
Has link (no ownership) 
Outputfile is the default implentation of wrapper which uses LibAV/FFMpeg. 
size_t _wrappedPacketsDuration
EWrappingStatus
define wrapping result status 
const AVStream & _outputAVStream
Has link (no ownership) 
size_t getStreamIndex() const 
bool isPTSGenerated() const 
This class describes coded data.