class KFileMetaInfo |
|
|
KFileMetaInfo provides metadata extracted from a file or other resource. When instantiating an instance of this class, the metadata related to it will be retrieved and stored in the instance. The data can be inspected through KFileMetaDataItem objects.
|
|
Construct a KFileMetaInfo that contains metainformation about the resource pointed to by path.
|
|
Construct a KFileMetaInfo that contains metainformation about the resource pointed to by url.
|
|
Construct an empty, invalid KFileMetaInfo instance.
|
|
Construct a KFileMetaInfo instance from another one.
|
|
Copy a KFileMetaInfo instance from another one. Save the changes made to this KFileMetaInfo instance. |
|
|
|
|
Retrieve all the items.
|
|
|
Deprecated
|
|
Deprecated
|
|
Deprecated
|
|
Deprecated
|
|
Fastest | - | Fastest = 0x1, < do the fastest possible read and omit all items that might need a significantly longer time than the others | |
TechnicalInfo | - | TechnicalInfo = 0x4, < extract technical details about the file, like e.g. play time, resolution or a compressioni type | |
ContentInfo | - | ContentInfo = 0x8, < read information about the content of the file like comments or id3 tags | |
ExternalSources | - | ExternalSources = 0x10, | |
Thumbnail | - | Thumbnail = 0x20, < only read the file's thumbnail, if it contains one | |
LinkedData | - | ||
Everything | - | read everything , even if it might take a while |