Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CDemuxStreamVideoFFmpeg Class Reference

#include <DVDDemuxFFmpeg.h>

Inheritance diagram for CDemuxStreamVideoFFmpeg:
CDemuxStreamVideo CDemuxStream

Public Member Functions

 CDemuxStreamVideoFFmpeg (AVStream *stream)
 
std::string GetStreamName () override
 
- Public Member Functions inherited from CDemuxStreamVideo
 CDemuxStreamVideo ()
 
 ~CDemuxStreamVideo () override=default
 
- Public Member Functions inherited from CDemuxStream
 CDemuxStream ()
 
virtual ~CDemuxStream ()
 

Public Attributes

std::string m_description
 
- Public Attributes inherited from CDemuxStreamVideo
int iFpsScale
 
int iFpsRate
 
int iHeight
 
int iWidth
 
double fAspect
 
bool bVFR
 
bool bPTSInvalid
 
bool bForcedAspect
 
int iOrientation
 
int iBitsPerPixel
 
int iBitRate
 
std::string stereo_mode
 
- 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
 
voidpPrivate
 
uint8_tExtraData
 
unsigned int ExtraSize
 
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

AVStream * m_stream = nullptr
 

Constructor & Destructor Documentation

◆ CDemuxStreamVideoFFmpeg()

CDemuxStreamVideoFFmpeg::CDemuxStreamVideoFFmpeg ( AVStream *  stream)
inlineexplicit

Member Function Documentation

◆ GetStreamName()

std::string CDemuxStreamVideoFFmpeg::GetStreamName ( )
overridevirtual

Reimplemented from CDemuxStream.

Member Data Documentation

◆ m_description

std::string CDemuxStreamVideoFFmpeg::m_description

◆ m_stream

AVStream* CDemuxStreamVideoFFmpeg::m_stream = nullptr
protected

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