| 
    AvTranscoder
    0.9.4
    
   C++APIforLibav/FFmpeg 
   | 
 
#include <Library.hpp>
Public Member Functions | |
| Library (const std::string &name, const std::string &license, const size_t major, const size_t minor, const size_t release) | |
| std::string | getName () | 
| std::vector< size_t > | getVersion () | 
| std::string | getStringVersion () | 
| size_t | getMajorVersion () | 
| size_t | getMinorVersion () | 
| size_t | getReleaseVersion () | 
| std::string | getLicense () | 
Private Attributes | |
| std::string | _name | 
| std::string | _licence | 
| size_t | _major | 
| size_t | _minor | 
| size_t | _release | 
Definition at line 12 of file Library.hpp.
| avtranscoder::Library::Library | ( | const std::string & | name, | 
| const std::string & | license, | ||
| const size_t | major, | ||
| const size_t | minor, | ||
| const size_t | release | ||
| ) | 
Definition at line 25 of file Library.cpp.
| std::string avtranscoder::Library::getLicense | ( | ) | 
Definition at line 73 of file Library.cpp.
References _licence.
| size_t avtranscoder::Library::getMajorVersion | ( | ) | 
Definition at line 58 of file Library.cpp.
References _major.
| size_t avtranscoder::Library::getMinorVersion | ( | ) | 
Definition at line 63 of file Library.cpp.
References _minor.
| std::string avtranscoder::Library::getName | ( | ) | 
Definition at line 35 of file Library.cpp.
References _name.
| size_t avtranscoder::Library::getReleaseVersion | ( | ) | 
Definition at line 68 of file Library.cpp.
References _release.
| std::string avtranscoder::Library::getStringVersion | ( | ) | 
Definition at line 49 of file Library.cpp.
| std::vector< size_t > avtranscoder::Library::getVersion | ( | ) | 
Definition at line 40 of file Library.cpp.
      
  | 
  private | 
Definition at line 30 of file Library.hpp.
Referenced by getLicense().
      
  | 
  private | 
Definition at line 31 of file Library.hpp.
Referenced by getMajorVersion(), getStringVersion(), and getVersion().
      
  | 
  private | 
Definition at line 32 of file Library.hpp.
Referenced by getMinorVersion(), getStringVersion(), and getVersion().
      
  | 
  private | 
Definition at line 29 of file Library.hpp.
Referenced by getName().
      
  | 
  private | 
Definition at line 33 of file Library.hpp.
Referenced by getReleaseVersion(), getStringVersion(), and getVersion().