Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <inputstream.h>
Public Attributes | |
KODI_HANDLE | kodiInstance |
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) |
struct DEMUX_PACKET *(* AddonToKodiFuncTable_InputStream::allocate_demux_packet) (void *kodiInstance, int data_size) |
struct DEMUX_PACKET *(* AddonToKodiFuncTable_InputStream::allocate_encrypted_demux_packet) (void *kodiInstance, unsigned int data_size, unsigned int encrypted_subsample_count) |
void(* AddonToKodiFuncTable_InputStream::free_demux_packet) (void *kodiInstance, struct DEMUX_PACKET *packet) |
KODI_HANDLE AddonToKodiFuncTable_InputStream::kodiInstance |