Maven module :un.storage : media-flac :
Class : un.storage.media.flac.model.MetadataPicture
Extends/Implements : un.storage.media.flac.model.MetadataBlock
Subclasses : -

author  Johann Sorel


Variables : type, mimeLength, mimeType, descLength, desc, width, height, bitsPerPixel, nbColor, imageLength, imageData
Functions : read



32bits : picture type */
public int type


32bits : mime type length in bytes */
public int mimeLength


Mime type */
public Chars mimeType


32bits : description length in bytes */
public int descLength


Description in UTF-8 */
public Chars desc


32bits : image width in pixel */
public int width


32bits : image height in pixel */
public int height


32bits : image color depth, bits per pixel */
public int bitsPerPixel


32bits : nb color for indexed image type, 0 = non indexed */
public int nbColor


32bits : image data length in bytes */
public int imageLength


image data */
public byte[] imageData


public void read (DataInputStream ds)