uri
Description:
public bool uri (Type type, ProcessFlags flags, string uri, string? artist, string? title) 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.
Parameters:
| 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 |
Returns:
|
true if |