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