public abstract class GfycatFrameSequenceSource
extends java.lang.Object
FrameSequenceSource to display Gfycat's.| Constructor and Description |
|---|
GfycatFrameSequenceSource(android.content.Context context,
Gfycat gfycat) |
GfycatFrameSequenceSource(android.content.Context context,
Gfycat gfycat,
ContextDetails details) |
| Modifier and Type | Method and Description |
|---|---|
void |
failedToGetFrameSequence(java.lang.Throwable throwable) |
void |
failedToGetPoster(java.lang.Throwable throwable) |
int |
getAverageColorInt() |
ContextDetails |
getContextDetails() |
protected Gfycat |
getGfycat() |
int |
getHeight() |
java.lang.String |
getId() |
protected abstract MediaType |
getPlayerType() |
java.lang.String |
getType() |
int |
getWidth() |
<any> |
loadPoster() |
public GfycatFrameSequenceSource(android.content.Context context,
Gfycat gfycat,
ContextDetails details)
public GfycatFrameSequenceSource(android.content.Context context,
Gfycat gfycat)
protected abstract MediaType getPlayerType()
protected Gfycat getGfycat()
public java.lang.String getId()
public java.lang.String getType()
public ContextDetails getContextDetails()
public int getAverageColorInt()
public int getWidth()
public int getHeight()
public <any> loadPoster()
public void failedToGetPoster(java.lang.Throwable throwable)
public void failedToGetFrameSequence(java.lang.Throwable throwable)