Method | Signature | Comments/Sample |
---|
getCode
| string getCode()
| a code is a key that can be assigned to a multimedia to make it easier to find and use. For example, a file 'main-logo.png' might be given the code 'logo' to make it easier to use. |
getDescription
| string getDescription()
| |
getEbayThumbnail
| string getEbayThumbnail(integer width, integer height)
| |
getEbayViewUrl
| string getEbayViewUrl()
| |
getFilename
| string getFilename()
| |
getImageHeight
| integer getImageHeight()
| |
getImageWidth
| integer getImageWidth()
| |
getLastModified
| Timestamp getLastModified()
| |
getThumbnail (1)
| string getThumbnail(integer width)
| |
getThumbnail (2)
| string getThumbnail(integer width, integer height)
| |
getThumbnail (3)
| string getThumbnail(integer width, integer height, boolean squareThumbnail)
| |
getThumbnail (4)
| string getThumbnail(integer width, integer height, boolean squareThumbnail, boolean pngFormat)
| |
getThumbnailWithHeight (1)
| string getThumbnailWithHeight(integer height)
| |
getThumbnailWithHeight (2)
| string getThumbnailWithHeight(integer height, boolean pngFormat)
| |
getThumbnailWithWidth (1)
| string getThumbnailWithWidth(integer width)
| |
getThumbnailWithWidth (2)
| string getThumbnailWithWidth(integer width, boolean pngFormat)
| |
getType
| string getType()
| |
getVideo (1)
| string getVideo(integer height, integer width)
| |
getVideo (2)
| string getVideo(integer height, integer width, boolean autoPlay, integer bitrate)
| |
getVideo (3)
| string getVideo(integer height, integer width, boolean autoPlay)
| |
getVideoLoadJavascript (1)
| getVideoLoadJavascript(integer width, integer height, boolean autoPlay, string divId)
| |
getVideoLoadJavascript (2)
| getVideoLoadJavascript(integer width, integer height, boolean autoPlay, string divId, integer bitrate)
| |
getViewUrl
| string getViewUrl()
| |
hasThumbnail
| boolean hasThumbnail(integer width, integer height, boolean squareThumbnail, boolean pngFormat)
| |
isDefault
| boolean isDefault()
| |
isExcludeFromGallery
| boolean isExcludeFromGallery()
| |
isVideoReady
| boolean isVideoReady(integer width, integer height, integer bitrate)
| |