kodi
Public Member Functions | Protected Attributes | List of all members
CDVDInputStreamFFmpeg Class Reference
Inheritance diagram for CDVDInputStreamFFmpeg:
Inheritance graph
[legend]
Collaboration diagram for CDVDInputStreamFFmpeg:
Collaboration graph
[legend]

Public Member Functions

 CDVDInputStreamFFmpeg (const CFileItem &fileitem)
 
bool Open () override
 
void Close () override
 
int Read (uint8_t *buf, int buf_size) override
 
int64_t Seek (int64_t offset, int whence) override
 
bool IsEOF () override
 
int64_t GetLength () override
 
std::string GetFileName () override
 
void Abort () override
 
bool Aborted ()
 
const CFileItemGetItem () const
 
std::string GetProxyType () const
 
std::string GetProxyHost () const
 
uint16_t GetProxyPort () const
 
std::string GetProxyUser () const
 
std::string GetProxyPassword () const
 
- Public Member Functions inherited from CDVDInputStream
 CDVDInputStream (DVDStreamType m_streamType, const CFileItem &fileitem)
 
virtual std::string & GetContent ()
 
virtual CURL GetURL ()
 
virtual ENextStream NextStream ()
 
virtual int GetBlockSize ()
 
virtual bool CanSeek ()
 
virtual bool CanPause ()
 
virtual void SetReadRate (uint32_t rate)
 Indicate expected read rate in bytes per second. This could be used to throttle caching rate. Should be seen as only a hint.
 
virtual bool GetCacheStatus (XFILE::SCacheStatus *status)
 Get the cache status. More...
 
bool IsStreamType (DVDStreamType type) const
 
virtual BitstreamStats GetBitstreamStats () const
 
bool ContentLookup ()
 
virtual bool IsRealtime ()
 
void SetRealtime (bool realtime)
 
virtual IDemuxGetIDemux ()
 
virtual IPosTimeGetIPosTime ()
 
virtual IDisplayTimeGetIDisplayTime ()
 
virtual ITimesGetITimes ()
 
virtual IChapterGetIChapter ()
 
const CVariantGetProperty (const std::string &key)
 

Protected Attributes

bool m_aborted = false
 
- Protected Attributes inherited from CDVDInputStream
DVDStreamType m_streamType
 
BitstreamStats m_stats
 
std::string m_content
 
CFileItem m_item
 
bool m_contentLookup
 
bool m_realtime
 

Additional Inherited Members

- Public Types inherited from CDVDInputStream
enum  ENextStream { NEXTSTREAM_NONE, NEXTSTREAM_OPEN, NEXTSTREAM_RETRY }
 

The documentation for this class was generated from the following files: