URLs for different sizes of a media object.
Methods:
Member | Type | Description |
getFullUrl |
String |
Returns the URL for the full size of the media object. |
getPreviewUrl |
String |
Returns the URL for the preview size of the media object. |
getShrunkenUrl |
String |
Returns the URL for the shrunken size of the media object. |
getVideoThumbnailUrl |
String |
Returns the URL for the video thumbnail size of the media object. |
getFullUrl()
Returns the URL for the full size of the media object.
Return values:
Type | Description |
String |
The full size URL. |
getPreviewUrl()
Returns the URL for the preview size of the media object.
Return values:
Type | Description |
String |
The preview size URL. |
getShrunkenUrl()
Returns the URL for the shrunken size of the media object.
Return values:
Type | Description |
String |
The shrunken size URL. |
getVideoThumbnailUrl()
Returns the URL for the video thumbnail size of the media object.
Return values:
Type | Description |
String |
The video thumbnail size URL. |