public static interface IQHVCPlayer.OnErrorListener
Modifier and Type | Method and Description |
---|---|
boolean |
onError(int handle,
int what,
int extra)
Called to indicate an error.
|
boolean onError(int handle, int what, int extra)
handle
- (int)playerId. the player the error pertains towhat
- the type of error that has occurred:extra
- an extra code, specific to the error. Typically
implementation dependent.