|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Virtual file Server definition values More...
Classes | |
| struct | STAT_STRUCTURE |
| File information status. More... | |
| struct | SSelectionEntry |
| Selection entry structure More... | |
Typedefs | |
| typedef enum OpenFileFlags | OpenFileFlags |
| typedef enum CURLOptiontype | CURLOptiontype |
| CURL message types. More... | |
| typedef enum FilePropertyTypes | FilePropertyTypes |
| CURL message types. More... | |
| typedef struct SSelectionEntry | SSelectionEntry |
| Selection entry structure More... | |
Enumerations | |
| enum | OpenFileFlags { READ_TRUNCATED = 0x01 , READ_CHUNKED = 0x02 , READ_CACHED = 0x04 , READ_NO_CACHE = 0x08 , READ_BITRATE = 0x10 , READ_MULTI_STREAM = 0x20 , READ_AUDIO_VIDEO = 0x40 , READ_AFTER_WRITE = 0x80 , READ_REOPEN = 0x100 } |
| enum | CURLOptiontype { ADDON_CURL_OPTION_OPTION , ADDON_CURL_OPTION_PROTOCOL , ADDON_CURL_OPTION_CREDENTIALS , ADDON_CURL_OPTION_HEADER } |
| CURL message types. More... | |
| enum | FilePropertyTypes { ADDON_FILE_PROPERTY_RESPONSE_PROTOCOL , ADDON_FILE_PROPERTY_RESPONSE_HEADER , ADDON_FILE_PROPERTY_CONTENT_TYPE , ADDON_FILE_PROPERTY_CONTENT_CHARSET , ADDON_FILE_PROPERTY_MIME_TYPE , ADDON_FILE_PROPERTY_EFFECTIVE_URL } |
| CURL message types. More... | |
Virtual file Server definition values
Dialog Select definition values
| typedef enum CURLOptiontype CURLOptiontype |
CURL message types.
| typedef enum FilePropertyTypes FilePropertyTypes |
CURL message types.
Used on kodi::vfs::CFile::GetPropertyValue() and kodi::vfs::CFile::GetPropertyValues()
| typedef enum OpenFileFlags OpenFileFlags |
Flags to define way how file becomes opened with kodi::vfs::CFile::OpenFile()
The values can be used together, e.g. file.Open("myfile", READ_TRUNCATED | READ_CHUNKED);
| typedef struct SSelectionEntry SSelectionEntry |
Selection entry structure
| enum CURLOptiontype |
CURL message types.
Used on kodi::vfs::CFile::CURLAddOption()
| Enumerator | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ADDON_CURL_OPTION_OPTION | Set a general option. | ||||||||||||||||||||||||||||
| ADDON_CURL_OPTION_PROTOCOL | Set a protocol option The following names for ADDON_CURL_OPTION_PROTOCOL are possible:
| ||||||||||||||||||||||||||||
| ADDON_CURL_OPTION_CREDENTIALS | Set User and password. | ||||||||||||||||||||||||||||
| ADDON_CURL_OPTION_HEADER | Add a Header. | ||||||||||||||||||||||||||||
| enum FilePropertyTypes |
CURL message types.
Used on kodi::vfs::CFile::GetPropertyValue() and kodi::vfs::CFile::GetPropertyValues()
| enum OpenFileFlags |
Flags to define way how file becomes opened with kodi::vfs::CFile::OpenFile()
The values can be used together, e.g. file.Open("myfile", READ_TRUNCATED | READ_CHUNKED);