Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CDemuxStreamSubtitleFFmpeg Class Reference

#include <DVDDemuxFFmpeg.h>

Inheritance diagram for CDemuxStreamSubtitleFFmpeg:
CDemuxStreamSubtitle CDemuxStream

Public Member Functions

 CDemuxStreamSubtitleFFmpeg (AVStream *stream)
 
std::string GetStreamName () override
 
- Public Member Functions inherited from CDemuxStreamSubtitle
 CDemuxStreamSubtitle ()
 
- Public Member Functions inherited from CDemuxStream
 CDemuxStream ()=default
 
 CDemuxStream (StreamType t)
 
virtual ~CDemuxStream ()=default
 
 CDemuxStream (CDemuxStream &&)=default
 

Public Attributes

std::string m_description
 
- 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}
 
voidpPrivate {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< DemuxCryptoSessioncryptoSession
 
std::shared_ptr< ADDON::IAddonProviderexternalInterfaces
 

Protected Attributes

CDVDDemuxFFmpegm_parent
 
AVStream * m_stream = nullptr
 

Constructor & Destructor Documentation

◆ CDemuxStreamSubtitleFFmpeg()

CDemuxStreamSubtitleFFmpeg::CDemuxStreamSubtitleFFmpeg ( AVStream *  stream)
inlineexplicit

Member Function Documentation

◆ GetStreamName()

std::string CDemuxStreamSubtitleFFmpeg::GetStreamName ( )
overridevirtual

Reimplemented from CDemuxStream.

Member Data Documentation

◆ m_description

std::string CDemuxStreamSubtitleFFmpeg::m_description

◆ m_parent

CDVDDemuxFFmpeg* CDemuxStreamSubtitleFFmpeg::m_parent
protected

◆ m_stream

AVStream* CDemuxStreamSubtitleFFmpeg::m_stream = nullptr
protected

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