Interface SourceChangeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface SourceChangeEvent implements PlayerEvent<E>
Fired when SOURCECHANGE occurs for the Player.
-
-
Method Summary
Modifier and Type Method Description abstract SourceDescription
getSource()
The player's new SourceDescription. -
-
Method Detail
-
getSource
@Nullable() abstract SourceDescription getSource()
The player's new SourceDescription.
- Returns:
The new source. (Nullable)
-
-
-
-