Package org.cmc.music.metadata

Examples of org.cmc.music.metadata.ImageData


    this.pictureType = pictureType;
  }

  public ImageData getImageData()
  {
    return new ImageData(imageData, mimeType, description, pictureType);
  }
View Full Code Here

TOP

Related Classes of org.cmc.music.metadata.ImageData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.