public static interface BVideoView.OnInfoListener
Modifier and Type | Method and Description |
---|---|
boolean |
onInfo(int what,
int extra)
Called to indicate an info or a warning.
|
boolean onInfo(int what, int extra)
what
- the type of info or warning.extra
- an extra code, specific to the info.
Typically implementation dependent.MEDIA_INFO_UNKNOWN
,
MEDIA_INFO_VIDEO_TRACK_LAGGING
,
MEDIA_INFO_BUFFERING_START
,
MEDIA_INFO_BUFFERING_END
,
MEDIA_INFO_BAD_INTERLEAVING
,
MEDIA_INFO_NOT_SEEKABLE