public class VideoMedia extends Media
Modifier and Type | Class and Description |
---|---|
class |
VideoMedia.Video
Object for a media video
with the JSON representation
|
Media.Caption, Media.Filters, Media.Image, Media.UserPhotoTag
Modifier and Type | Field and Description |
---|---|
protected VideoMedia.Video |
lowResolutionVideo
Low resolution version of the media's video
|
protected VideoMedia.Video |
standardResolutionVideo
Standard resolution version of the media's video
|
caption, comments, createdTimestamp, filter, id, likers, link, location, lowResolutionImage, standardResolutionImage, tags, thumbnailImage, type, user, userHasLikedMedia, usersInPhoto
Constructor and Description |
---|
VideoMedia(JSONObject obj,
String accessToken) |
Modifier and Type | Method and Description |
---|---|
VideoMedia.Video |
getLowResolutionVideo() |
VideoMedia.Video |
getStandardResolutionVideo() |
protected void |
setLowResolutionVideo(VideoMedia.Video lowResolutionVideo) |
protected void |
setStandardResolutionVideo(VideoMedia.Video standardResolutionVideo) |
equals, fromJSON, getCaption, getComments, getCreatedTimestamp, getFilter, getId, getLikers, getLink, getLocation, getLowResolutionImage, getStandardResolutionImage, getTags, getThumbnailImage, getType, getUser, getUsersInPhoto, setCaption, setComments, setCreatedTimestamp, setFilter, setId, setLikers, setLink, setLocation, setLowResolutionImage, setStandardResolutionImage, setTags, setThumbnailImage, setType, setUser, setUserHasLikedMedia, setUsersInPhoto, userHasLikedMedia
getAccessToken, setAccessToken, toString
protected VideoMedia.Video lowResolutionVideo
protected VideoMedia.Video standardResolutionVideo
public VideoMedia(JSONObject obj, String accessToken) throws JSONException
JSONException
public VideoMedia.Video getLowResolutionVideo()
protected void setLowResolutionVideo(VideoMedia.Video lowResolutionVideo)
public VideoMedia.Video getStandardResolutionVideo()
protected void setStandardResolutionVideo(VideoMedia.Video standardResolutionVideo)
Copyright © 2013. All Rights Reserved.