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

File property types
Mostly to read internet sources. More...

Typedefs

typedef enum FilePropertyTypes FilePropertyTypes
 

Enumerations

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
}
 

Detailed Description

File property types
Mostly to read internet sources.

Used on kodi::vfs::CFile::GetPropertyValue() and kodi::vfs::CFile::GetPropertyValues().

Typedef Documentation

◆ FilePropertyTypes

Enumeration Type Documentation

◆ FilePropertyTypes

Enumerator
ADDON_FILE_PROPERTY_RESPONSE_PROTOCOL 

Get protocol response line.

ADDON_FILE_PROPERTY_RESPONSE_HEADER 

Get a response header.

ADDON_FILE_PROPERTY_CONTENT_TYPE 

Get file content type.

ADDON_FILE_PROPERTY_CONTENT_CHARSET 

Get file content charset.

ADDON_FILE_PROPERTY_MIME_TYPE 

Get file mime type.

ADDON_FILE_PROPERTY_EFFECTIVE_URL 

Get file effective URL (last one if redirected).