#include <IEncoder.h>
◆ ~IEncoder()
virtual KODI::CDRIP::IEncoder::~IEncoder |
( |
| ) |
|
|
virtualdefault |
◆ Close()
virtual bool KODI::CDRIP::IEncoder::Close |
( |
| ) |
|
|
pure virtual |
◆ Encode()
virtual ssize_t KODI::CDRIP::IEncoder::Encode |
( |
uint8_t * | pbtStream, |
|
|
size_t | nNumBytesRead ) |
|
pure virtual |
◆ Init()
virtual bool KODI::CDRIP::IEncoder::Init |
( |
| ) |
|
|
pure virtual |
◆ m_iInBitsPerSample
int KODI::CDRIP::IEncoder::m_iInBitsPerSample = 0 |
◆ m_iInChannels
int KODI::CDRIP::IEncoder::m_iInChannels = 0 |
◆ m_iInSampleRate
int KODI::CDRIP::IEncoder::m_iInSampleRate = 0 |
◆ m_iTrackLength
int KODI::CDRIP::IEncoder::m_iTrackLength = 0 |
◆ m_strAlbum
std::string KODI::CDRIP::IEncoder::m_strAlbum |
◆ m_strAlbumArtist
std::string KODI::CDRIP::IEncoder::m_strAlbumArtist |
◆ m_strArtist
std::string KODI::CDRIP::IEncoder::m_strArtist |
◆ m_strComment
std::string KODI::CDRIP::IEncoder::m_strComment |
◆ m_strFile
std::string KODI::CDRIP::IEncoder::m_strFile |
◆ m_strGenre
std::string KODI::CDRIP::IEncoder::m_strGenre |
◆ m_strTitle
std::string KODI::CDRIP::IEncoder::m_strTitle |
◆ m_strTrack
std::string KODI::CDRIP::IEncoder::m_strTrack |
◆ m_strYear
std::string KODI::CDRIP::IEncoder::m_strYear |
The documentation for this class was generated from the following file: