|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaItem
Nested Class Summary | |
---|---|
static class |
MediaItem.Field
Fields for MediaItem. |
static class |
MediaItem.Type
An enumeration of potential media types. |
Method Summary | |
---|---|
String |
getMimeType()
Get the mime type for this Media item. |
String |
getThumbnailUrl()
Get the thumbnail URL for the media item. |
MediaItem.Type |
getType()
Get the Type of this media item, either audio, image or video. |
String |
getUrl()
Get a URL for the media item. |
void |
setMimeType(String mimeType)
Set the mimetype for this Media Item. |
void |
setThumbnailUrl(String url)
Set a thumbnail URL for the media item. |
void |
setType(MediaItem.Type type)
Get the Type of this media item, either audio, image or video. |
void |
setUrl(String url)
Set a URL for the media item. |
Method Detail |
---|
String getMimeType()
void setMimeType(String mimeType)
mimeType
- the mimeTypeMediaItem.Type getType()
void setType(MediaItem.Type type)
type
- the type of this media itemString getUrl()
void setUrl(String url)
url
- the media item URLString getThumbnailUrl()
void setThumbnailUrl(String url)
url
- the thumbnail URL of the MediaItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |