Package com.castlabs.android.player
Interface EventStreamListListener
public interface EventStreamListListener
This listener provides all the events corresponding to the event-streams as a list.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEventsUpdated
(List<EventStream> eventStreams, Timeline.Period period) Returns the list of event-streams in the period.
-
Method Details
-
onEventsUpdated
Returns the list of event-streams in the period.- Parameters:
eventStreams
- The list of event-streamsperiod
- Corresponding period
-