Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Method SignatureItemMultimediaThumbnail getItemMultimediaThumbnail(Item item, ItemMultimedia itemMultimedia, int width, int height);
DescriptionCreates a thumbnail of the specified width and height for the given multimedia object.
Parameters

...

The item that the multimedia object is associated with. ItemMultimedia – The multimedia object that you want a thumbnail of. int width – the width of the thumbnail int height – the height of the thumbnail
ResultIf the system is able to create the thumbnail in real-time it will return a ItemMultimediaThumbnail object. This method can return null if the system is unable to create the thumbnail in real-time or the thumbnail is not ready from a background creation.