public class AudioImpl extends Object implements Audio
| Modifier and Type | Method and Description |
|---|---|
static Audio |
createAudio(org.json.JSONObject jsonObject) |
int |
getDuration() |
String |
getFileId() |
String |
getMimeType() |
String |
getPerformer() |
int |
getSize() |
String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadFile, getFileDownloadLinkpublic static Audio createAudio(org.json.JSONObject jsonObject)
public int getDuration()
public String getFileId()
public int getSize()
public String getMimeType()
public String getPerformer()
public String getTitle()
Copyright © 2016. All rights reserved.