![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <DemuxPacket.h>
Public Member Functions | |
DemuxPacket () | |
Additional Inherited Members | |
![]() | |
uint8_t * | pData |
Stream package which is given for decoding. More... | |
int | iSize |
Size of the package given at pData. More... | |
int | iStreamId |
Identification of the stream. More... | |
int64_t | demuxerId |
Identification of the associated demuxer, this can be identical on several streams. More... | |
int | iGroupId |
The group this data belongs to, used to group data from different streams together. More... | |
void * | pSideData |
Additional packet data that can be provided by the container. More... | |
int | iSideDataElems |
Data elements stored at pSideData. More... | |
double | pts |
Presentation time stamp (PTS). More... | |
double | dts |
Decoding time stamp (DTS). More... | |
double | duration |
Duration in STREAM_TIME_BASE if available. More... | |
int | dispTime |
Display time from input stream. More... | |
bool | recoveryPoint |
To show that this package allows recreating the presentation by mistake. More... | |
struct DEMUX_CRYPTO_INFO * | cryptoInfo |
Optional data to allow decryption at processing site if necessary. More... | |
|
inline |