public interface StreamAdapter
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamAdapter.Meta
This object delivers some information about the player.
|
Modifier and Type | Method and Description |
---|---|
int |
getDuration()
Returns the duration of the stream in seconds.
|
int |
getHeight()
Returns the height of the video.
|
StreamAdapter.Meta |
getMeta()
Returns the meta information about the adapted player.
|
int |
getPosition()
Returns the current position on the stream in seconds.
|
int |
getWidth()
Returns the width of the video.
|
boolean |
isCasting()
Returns if video is streaming on chromecast ot locally
|
StreamAdapter.Meta getMeta()
StreamAdapter.Meta
int getPosition()
int getDuration()
int getWidth()
int getHeight()
boolean isCasting()