Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDDemux.h>
Public Member Functions | |
CDemuxStreamSubtitle () | |
Public Member Functions inherited from CDemuxStream | |
CDemuxStream () | |
virtual | ~CDemuxStream ()=default |
CDemuxStream (CDemuxStream &&)=default | |
virtual std::string | GetStreamName () |
Additional Inherited Members | |
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 |
void * | pPrivate |
FFmpegExtraData | extraData |
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 |
|
inline |