|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
A structure encapsulating properties of a supported protocol. More...
#include <GUIDialogNetworkSetup.h>
Public Attributes | |
| bool | supportPath |
| Protocol has path in addition to server name. More... | |
| bool | supportUsername |
| Protocol uses logins. More... | |
| bool | supportPassword |
| Protocol supports passwords. More... | |
| bool | supportPort |
| Protocol supports port customization. More... | |
| bool | supportBrowsing |
| Protocol supports server browsing. More... | |
| int | defaultPort |
| Default port to use for protocol. More... | |
| std::string | type |
| URL type for protocol. More... | |
| int | label |
| String ID to use as label in dialog. More... | |
A structure encapsulating properties of a supported protocol.
| int CGUIDialogNetworkSetup::Protocol::defaultPort |
Default port to use for protocol.
| int CGUIDialogNetworkSetup::Protocol::label |
String ID to use as label in dialog.
| bool CGUIDialogNetworkSetup::Protocol::supportBrowsing |
Protocol supports server browsing.
| bool CGUIDialogNetworkSetup::Protocol::supportPassword |
Protocol supports passwords.
| bool CGUIDialogNetworkSetup::Protocol::supportPath |
Protocol has path in addition to server name.
| bool CGUIDialogNetworkSetup::Protocol::supportPort |
Protocol supports port customization.
| bool CGUIDialogNetworkSetup::Protocol::supportUsername |
Protocol uses logins.
| std::string CGUIDialogNetworkSetup::Protocol::type |
URL type for protocol.