Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
DemuxPacket Struct Reference

#include <DemuxPacket.h>

Public Member Functions

 DemuxPacket ()=default
 

Public Attributes

uint8_tpData = nullptr
 
int iSize = 0
 
int iStreamId = -1
 
int64_t demuxerId
 
int iGroupId = -1
 
voidpSideData = nullptr
 
int iSideDataElems = 0
 
double pts = DVD_NOPTS_VALUE
 
double dts = DVD_NOPTS_VALUE
 
double duration = 0
 
int dispTime = 0
 
bool recoveryPoint = false
 
std::shared_ptr< DemuxCryptoInfocryptoInfo
 

Constructor & Destructor Documentation

§ DemuxPacket()

DemuxPacket::DemuxPacket ( )
default

Member Data Documentation

§ cryptoInfo

std::shared_ptr<DemuxCryptoInfo> DemuxPacket::cryptoInfo

§ demuxerId

int64_t DemuxPacket::demuxerId

§ dispTime

int DemuxPacket::dispTime = 0

§ dts

double DemuxPacket::dts = DVD_NOPTS_VALUE

§ duration

double DemuxPacket::duration = 0

§ iGroupId

int DemuxPacket::iGroupId = -1

§ iSideDataElems

int DemuxPacket::iSideDataElems = 0

§ iSize

int DemuxPacket::iSize = 0

§ iStreamId

int DemuxPacket::iStreamId = -1

§ pData

uint8_t* DemuxPacket::pData = nullptr

§ pSideData

void* DemuxPacket::pSideData = nullptr

§ pts

double DemuxPacket::pts = DVD_NOPTS_VALUE

§ recoveryPoint

bool DemuxPacket::recoveryPoint = false

The documentation for this struct was generated from the following file: