public class VideoImpl extends Object implements Video
| Modifier and Type | Method and Description |
|---|---|
static Video |
createVideo(org.json.JSONObject jsonObject) |
int |
getDuration() |
String |
getFileId() |
int |
getHeight() |
String |
getMimeType() |
int |
getSize() |
PhotoSize |
getThumbnail() |
int |
getWidth() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadFile, getFileDownloadLinkpublic static Video createVideo(org.json.JSONObject jsonObject)
public int getWidth()
public int getHeight()
public int getDuration()
public String getFileId()
public int getSize()
public String getMimeType()
public PhotoSize getThumbnail()
Copyright © 2016. All rights reserved.