| 
    AvTranscoder
    0.9.4
    
   C++APIforLibav/FFmpeg 
   | 
 
ProcessStat contains statistics given after the process. More...
#include <ProcessStat.hpp>
Public Member Functions | |
| ProcessStat () | |
| void | addVideoStat (const size_t streamIndex, const VideoStat &videoStat) | 
| void | addAudioStat (const size_t streamIndex, const AudioStat &audioStat) | 
| VideoStat & | getVideoStat (const size_t streamIndex) | 
| AudioStat & | getAudioStat (const size_t streamIndex) | 
Private Attributes | |
| std::map< size_t, VideoStat > | _videoStats | 
| Key: streamIndex, Value: statistic video results.  More... | |
| std::map< size_t, AudioStat > | _audioStats | 
| Key: streamIndex, Value: statistic audio results.  More... | |
ProcessStat contains statistics given after the process.
Definition at line 17 of file ProcessStat.hpp.
      
  | 
  inline | 
Definition at line 20 of file ProcessStat.hpp.
| void avtranscoder::ProcessStat::addAudioStat | ( | const size_t | streamIndex, | 
| const AudioStat & | audioStat | ||
| ) | 
Definition at line 13 of file ProcessStat.cpp.
References _audioStats.
Referenced by avtranscoder::Transcoder::fillProcessStat().
| void avtranscoder::ProcessStat::addVideoStat | ( | const size_t | streamIndex, | 
| const VideoStat & | videoStat | ||
| ) | 
Definition at line 8 of file ProcessStat.cpp.
References _videoStats.
Referenced by avtranscoder::Transcoder::fillProcessStat().
      
  | 
  inline | 
Definition at line 29 of file ProcessStat.hpp.
      
  | 
  inline | 
Definition at line 28 of file ProcessStat.hpp.
      
  | 
  private | 
Key: streamIndex, Value: statistic audio results.
Definition at line 33 of file ProcessStat.hpp.
Referenced by addAudioStat().
      
  | 
  private | 
Key: streamIndex, Value: statistic video results.
Definition at line 32 of file ProcessStat.hpp.
Referenced by addVideoStat().