Kodi Development  20.0
for Binary and Script based Add-Ons
Definitions, structures and enumerators

Detailed Description

VFS add-on general variables

Used to exchange the available options between Kodi and addon.

Modules

 class VFSUrl
 VFS add-on URL data
This class is used to inform the addon of the desired wanted connection.
 

Typedef Documentation

◆ VFSFileHandle

using 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.

See file editing functions for used places.