public static interface IPlayer.OnTrackChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onChangedFail(TrackInfo trackInfo,
ErrorInfo errorInfo)
Failed to switch the stream.
|
void |
onChangedSuccess(TrackInfo trackInfo)
The stream is switched.
|