| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <DVDDemux.h>
  
Public Member Functions | |
| CDemuxStreamAudioID3 () | |
  Public Member Functions inherited from CDemuxStream | |
| CDemuxStream ()=default | |
| CDemuxStream (StreamType t) | |
| virtual | ~CDemuxStream ()=default | 
| CDemuxStream (CDemuxStream &&)=default | |
| virtual std::string | GetStreamName () | 
Additional Inherited Members | |
  Public Attributes inherited from CDemuxStream | |
| int | uniqueId {0} | 
| int | dvdNavId {0} | 
| int64_t | demuxerId {-1} | 
| AVCodecID | codec {AV_CODEC_ID_NONE} | 
| unsigned int | codec_fourcc {0} | 
| int | profile | 
| int | level | 
| StreamType | type {StreamType::NONE} | 
| int | source {STREAM_SOURCE_NONE} | 
| int | iDuration {0} | 
| void * | pPrivate {nullptr} | 
| FFmpegExtraData | extraData | 
| StreamFlags | flags {StreamFlags::FLAG_NONE} | 
| std::string | language | 
| bool | disabled {false} | 
| std::string | name | 
| std::string | codecName | 
| int | changes {0} | 
| std::shared_ptr< DemuxCryptoSession > | cryptoSession | 
| std::shared_ptr< ADDON::IAddonProvider > | externalInterfaces | 
      
  | 
  inline |