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

#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)
 

Member Data Documentation

◆ allocate_demux_packet

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

◆ allocate_encrypted_demux_packet

struct DEMUX_PACKET *(* 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, struct DEMUX_PACKET *packet)

◆ kodiInstance

KODI_HANDLE AddonToKodiFuncTable_InputStream::kodiInstance

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