Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
A structure encapsulating properties of supplied protocol. More...
#include <VFSEntry.h>
Public Member Functions | |
ProtocolInfo (const AddonInfoPtr &addonInfo) | |
The constructor reads the info from an add-on info structure. | |
Public Attributes | |
bool | supportPath |
Protocol has path in addition to server name. | |
bool | supportUsername |
Protocol uses logins. | |
bool | supportPassword |
Protocol supports passwords. | |
bool | supportPort |
Protocol supports port customization. | |
bool | supportBrowsing |
Protocol supports server browsing. | |
bool | supportWrite |
Protocol supports write operations. | |
int | defaultPort |
Default port to use for protocol. | |
std::string | type |
URL type for protocol. | |
int | label |
String ID to use as label in dialog. | |
A structure encapsulating properties of supplied protocol.
ADDON::CVFSEntry::ProtocolInfo::ProtocolInfo | ( | const AddonInfoPtr & | addonInfo | ) |
The constructor reads the info from an add-on info structure.
int ADDON::CVFSEntry::ProtocolInfo::defaultPort |
Default port to use for protocol.
int ADDON::CVFSEntry::ProtocolInfo::label |
String ID to use as label in dialog.
bool ADDON::CVFSEntry::ProtocolInfo::supportBrowsing |
Protocol supports server browsing.
bool ADDON::CVFSEntry::ProtocolInfo::supportPassword |
Protocol supports passwords.
bool ADDON::CVFSEntry::ProtocolInfo::supportPath |
Protocol has path in addition to server name.
bool ADDON::CVFSEntry::ProtocolInfo::supportPort |
Protocol supports port customization.
bool ADDON::CVFSEntry::ProtocolInfo::supportUsername |
Protocol uses logins.
bool ADDON::CVFSEntry::ProtocolInfo::supportWrite |
Protocol supports write operations.
std::string ADDON::CVFSEntry::ProtocolInfo::type |
URL type for protocol.