Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
AddonToKodiFuncTable_InputStream

Public Attributes

struct DEMUX_PACKET *(* allocate_demux_packet )(void *kodiInstance, int data_size)
 
struct DEMUX_PACKET *(* allocate_encrypted_demux_packet )(void *kodiInstance, unsigned int data_size, unsigned int encrypted_subsample_count)
 
void(* free_demux_packet )(void *kodiInstance, struct DEMUX_PACKET *packet)
 
KODI_HANDLE kodiInstance
 

Member Data Documentation

◆ kodiInstance

KODI_HANDLE kodiInstance

◆ allocate_demux_packet

struct DEMUX_PACKET *(* allocate_demux_packet) (void *kodiInstance, int data_size)

◆ allocate_encrypted_demux_packet

struct DEMUX_PACKET *(* allocate_encrypted_demux_packet) (void *kodiInstance, unsigned int data_size, unsigned int encrypted_subsample_count)

◆ free_demux_packet

void(* free_demux_packet) (void *kodiInstance, struct DEMUX_PACKET *packet)

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