buffer
Description:
Processes a memory buffer represented by buffer
and buffer.length
.
If you have extracted any embedded media art and passed this in as buffer
, the image data will be converted to the correct format
and saved in the media art cache.
Either artist
OR title
can be null, but they can not both be
null.
If file
is on a removable filesystem, the media art file will be saved in a cache on the removable file system rather than on the
host machine.
Parameters:
this |
Media art process object |
type |
The type of media |
flags |
The options given for how to process the media art |
related_file |
File related to the media art |
buffer |
a buffer containing |
mime |
MIME type of |
artist |
The artist name |
title |
The title for |
len |
length of |
Returns:
true if |