![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <kodi_vfs_types.h>
Public Attributes | |
char * | label |
item label More... | |
char * | title |
item title More... | |
char * | path |
item path More... | |
unsigned int | num_props |
Number of properties attached to item. More... | |
VFSProperty * | properties |
Properties. More... | |
time_t | date_time |
file creation date & time More... | |
bool | folder |
Item is a folder. More... | |
uint64_t | size |
Size of file represented by item. More... | |
int | num_props |
Number of properties attached to item. More... | |
time_t VFSDirEntry::date_time |
file creation date & time
bool VFSDirEntry::folder |
Item is a folder.
char * VFSDirEntry::label |
item label
unsigned int VFSDirEntry::num_props |
Number of properties attached to item.
int VFSDirEntry::num_props |
Number of properties attached to item.
char * VFSDirEntry::path |
item path
VFSProperty * VFSDirEntry::properties |
Properties.
uint64_t VFSDirEntry::size |
Size of file represented by item.
char * VFSDirEntry::title |
item title