public static interface IPlayer.OnStreamSwitchedListener
限定符和类型 | 方法和说明 |
---|---|
void |
onSwitchedFail(java.lang.String url,
ErrorInfo errorInfo)
Failed to switch the stream.
|
void |
onSwitchedSuccess(java.lang.String url)
The stream is switched.
|