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

#include <Inputstream.h>

Public Attributes

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

Member Data Documentation

◆ allocate_demux_packet

DemuxPacket *(* AddonToKodiFuncTable_InputStream::allocate_demux_packet) (void *kodiInstance, int data_size)

◆ allocate_encrypted_demux_packet

DemuxPacket *(* AddonToKodiFuncTable_InputStream::allocate_encrypted_demux_packet) (void *kodiInstance, unsigned int data_size, unsigned int encrypted_subsample_count)

◆ free_demux_packet

void(* AddonToKodiFuncTable_InputStream::free_demux_packet) (void *kodiInstance, DemuxPacket *packet)

◆ kodiInstance

KODI_HANDLE AddonToKodiFuncTable_InputStream::kodiInstance

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