Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Definitions, structures and enumerators

VFS add-on general variables More...

Topics

 class VFSUrl
 VFS add-on URL data
This class is used to inform the addon of the desired wanted connection.
 
using kodi::addon::VFSFileHandle = VFS_FILE_HANDLE
 VFS add-on file handle
This used to handle opened files of addon with related memory pointer about class or structure and to have on further file control functions available.
 

Detailed Description

VFS add-on general variables

Used to exchange the available options between Kodi and addon.

Typedef Documentation

◆ VFSFileHandle

VFS add-on file handle
This used to handle opened files of addon with related memory pointer about class or structure and to have on further file control functions available.

See file editing functions for used places.