Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DemuxPacket Struct Reference

#include <DemuxPacket.h>

Inheritance diagram for DemuxPacket:
DEMUX_PACKET

Public Member Functions

 DemuxPacket ()
 

Public Attributes

double m_ptsOffsetCorrection {0}
 PTS offset correction applied to the PTS and DTS.
 
- Public Attributes inherited from DEMUX_PACKET
uint8_tpData
 Stream package which is given for decoding.
 
int iSize
 Size of the package given at pData.
 
int iStreamId
 Identification of the stream.
 
int64_t demuxerId
 Identification of the associated demuxer, this can be identical on several streams.
 
int iGroupId
 The group this data belongs to, used to group data from different streams together.
 
voidpSideData
 Additional packet data that can be provided by the container.
 
int iSideDataElems
 Data elements stored at pSideData.
 
double pts
 Presentation time stamp (PTS).
 
double dts
 Decoding time stamp (DTS).
 
double duration
 Duration in STREAM_TIME_BASE if available.
 
int dispTime
 Display time from input stream.
 
bool recoveryPoint
 To show that this package allows recreating the presentation by mistake.
 
struct DEMUX_CRYPTO_INFOcryptoInfo
 Optional data to allow decryption at processing site if necessary.
 

Constructor & Destructor Documentation

◆ DemuxPacket()

DemuxPacket::DemuxPacket ( )
inline

Member Data Documentation

◆ m_ptsOffsetCorrection

double DemuxPacket::m_ptsOffsetCorrection {0}

PTS offset correction applied to the PTS and DTS.


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