public class VideoInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoInfo.States |
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty()
check if we have call extract()
|
int |
getDelay() |
Throwable |
getException() |
URL |
getIcon() |
List<VideoFileInfo> |
getInfo() |
URL |
getSource() |
VideoInfo.States |
getState() |
String |
getTitle() |
URL |
getWeb() |
void |
reset()
reset videoinfo state.
|
void |
setException(Throwable exception) |
void |
setIcon(URL icon) |
void |
setInfo(List<VideoFileInfo> info) |
void |
setRetrying(int delay,
Throwable e) |
void |
setSource(URL source) |
void |
setState(VideoInfo.States state) |
void |
setState(VideoInfo.States state,
Throwable e) |
void |
setTitle(String title) |
void |
setWeb(URL source) |
public VideoInfo(URL web)
web - user firendly urlpublic boolean empty()
public void reset()
public String getTitle()
public void setTitle(String title)
public List<VideoFileInfo> getInfo()
public void setInfo(List<VideoFileInfo> info)
public URL getWeb()
public void setWeb(URL source)
public VideoInfo.States getState()
public void setState(VideoInfo.States state)
public void setState(VideoInfo.States state, Throwable e)
public int getDelay()
public void setRetrying(int delay,
Throwable e)
public Throwable getException()
public void setException(Throwable exception)
public URL getIcon()
public void setIcon(URL icon)
public URL getSource()
public void setSource(URL source)
Copyright © 2016. All Rights Reserved.