Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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 ()
 
virtual ~CDemuxStream ()=default
 
 CDemuxStream (CDemuxStream &&)=default
 

Public Attributes

std::string m_description
 
- Public Attributes inherited from CDemuxStream
int uniqueId
 
int dvdNavId
 
int64_t demuxerId
 
AVCodecID codec = AV_CODEC_ID_NONE
 
unsigned int codec_fourcc
 
int profile
 
int level
 
StreamType type
 
int source
 
int iDuration
 
voidpPrivate
 
FFmpegExtraData extraData
 
StreamFlags flags
 
std::string language
 
bool disabled
 
std::string name
 
std::string codecName
 
int changes
 
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: