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

Demux packet
To processed codec and demux inputstream stream. More...

Classes

struct  DEMUX_PACKET
 

Detailed Description

Demux packet
To processed codec and demux inputstream stream.

This part is in the "C" style in order to have better performance and possibly to be used in "C" libraries.

The structure should be created with kodi::addon::CInstanceInputStream::AllocateDemuxPacket() or kodi::addon::CInstanceInputStream::AllocateEncryptedDemuxPacket() and if not added to Kodi with kodi::addon::CInstanceInputStream::FreeDemuxPacket() be deleted again.

Packages that have been given to Kodi and processed will then be deleted by him.