| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <EncoderFFmpeg.h>
  
Public Member Functions | |
| CEncoderFFmpeg () | |
| ~CEncoderFFmpeg () override=default | |
| bool | Init (AddonToKodiFuncTable_AudioEncoder &callbacks) override | 
| int | Encode (int nNumBytesRead, uint8_t *pbtStream) override | 
| bool | Close () override | 
  Public Member Functions inherited from IEncoder | |
| virtual | ~IEncoder ()=default | 
Additional Inherited Members | |
  Public Attributes inherited from IEncoder | |
| std::string | m_strComment | 
| std::string | m_strArtist | 
| std::string | m_strAlbumArtist | 
| std::string | m_strTitle | 
| std::string | m_strAlbum | 
| std::string | m_strGenre | 
| std::string | m_strTrack | 
| std::string | m_strYear | 
| std::string | m_strFile | 
| int | m_iTrackLength = 0 | 
| int | m_iInChannels = 0 | 
| int | m_iInSampleRate = 0 | 
| int | m_iInBitsPerSample = 0 | 
| CEncoderFFmpeg::CEncoderFFmpeg | ( | ) | 
      
  | 
  overridedefault | 
      
  | 
  overridevirtual | 
Implements IEncoder.
      
  | 
  overridevirtual | 
Implements IEncoder.
      
  | 
  overridevirtual | 
Implements IEncoder.