Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Method Signature ItemMultimediaThumbnail getItemMultimediaThumbnail(Item item, ItemMultimedia itemMultimedia, int width, int height);
Description Creates a thumbnail of the specified width and height for the given multimedia object.
Parameters Item – 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
Result If 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.

  • No labels