Interface ResizeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface ResizeEvent implements PlayerEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time at which the video format of the stream was changed, in seconds. abstract int
getWidth()
abstract int
getHeight()
-
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time at which the video format of the stream was changed, in seconds.
- Returns:
The time at which the video format of the stream was changed, in seconds.
-
getWidth
abstract int getWidth()
-
getHeight
abstract int getHeight()
-
-
-
-