[ Version ( since = "0.5.0" ) ]
public bool uri (Type type, ProcessFlags flags, string uri, string? artist, string? title, Cancellable? cancellable = null) throws Error
This function calls file, but takes the uri as a string rather than
a File object.
Either artist OR title can be null, but they can not both be
null.
| this |
Media art process object |
| type |
The type of media that contained the image data |
| flags |
How the media art is processed |
| uri |
URI of the media file that contained the data |
| artist |
The artist name |
| title |
The title for |
| cancellable |
optional Cancellable object, null to ignore |
|
true if |