public static interface IPlayer.OnStreamSwitchedListener
Modifier and Type | Method and Description |
---|---|
void |
onSwitchedFail(java.lang.String url,
ErrorInfo errorInfo)
Failed to switch the stream.
|
void |
onSwitchedSuccess(java.lang.String url)
The stream is switched.
|