| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <DVDDemuxFFmpeg.h>
  
Public Member Functions | |
| CDemuxStreamSubtitleFFmpeg (AVStream *stream) | |
| std::string | GetStreamName () override | 
  Public Member Functions inherited from CDemuxStreamSubtitle | |
| CDemuxStreamSubtitle () | |
  Public Member Functions inherited from CDemuxStream | |
| CDemuxStream () | |
| virtual | ~CDemuxStream () | 
Public Attributes | |
| std::string | m_description | 
  Public Attributes inherited from CDemuxStream | |
| int | uniqueId | 
| int | dvdNavId | 
| int64_t | demuxerId | 
| AVCodecID | codec | 
| unsigned int | codec_fourcc | 
| int | profile | 
| int | level | 
| StreamType | type | 
| int | source | 
| int | iDuration | 
| void * | pPrivate | 
| uint8_t * | ExtraData | 
| unsigned int | ExtraSize | 
| StreamFlags | flags | 
| std::string | language | 
| bool | disabled | 
| std::string | name | 
| std::string | codecName | 
| int | changes | 
| std::shared_ptr< DemuxCryptoSession > | cryptoSession | 
| std::shared_ptr< ADDON::IAddonProvider > | externalInterfaces | 
Protected Attributes | |
| CDVDDemuxFFmpeg * | m_parent | 
| AVStream * | m_stream = nullptr | 
      
  | 
  inlineexplicit | 
      
  | 
  overridevirtual | 
Reimplemented from CDemuxStream.
| std::string CDemuxStreamSubtitleFFmpeg::m_description | 
      
  | 
  protected | 
      
  | 
  protected |