com.google.android.exoplayer2.Player.TimelineChangeReason Java Examples
The following examples show how to use
com.google.android.exoplayer2.Player.TimelineChangeReason.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AnalyticsListener.java From MediaSDK with Apache License 2.0 | 2 votes |
/** * Called when the timeline changed. * * @param eventTime The event time. * @param reason The reason for the timeline change. */ default void onTimelineChanged(EventTime eventTime, @TimelineChangeReason int reason) {}
Example #2
Source File: AnalyticsListener.java From TelePlus-Android with GNU General Public License v2.0 | 2 votes |
/** * Called when the timeline changed. * * @param eventTime The event time. * @param reason The reason for the timeline change. */ default void onTimelineChanged(EventTime eventTime, @TimelineChangeReason int reason) {}
Example #3
Source File: AnalyticsListener.java From TelePlus-Android with GNU General Public License v2.0 | 2 votes |
/** * Called when the timeline changed. * * @param eventTime The event time. * @param reason The reason for the timeline change. */ default void onTimelineChanged(EventTime eventTime, @TimelineChangeReason int reason) {}
Example #4
Source File: AnalyticsListener.java From Telegram-FOSS with GNU General Public License v2.0 | 2 votes |
/** * Called when the timeline changed. * * @param eventTime The event time. * @param reason The reason for the timeline change. */ default void onTimelineChanged(EventTime eventTime, @TimelineChangeReason int reason) {}
Example #5
Source File: AnalyticsListener.java From Telegram with GNU General Public License v2.0 | 2 votes |
/** * Called when the timeline changed. * * @param eventTime The event time. * @param reason The reason for the timeline change. */ default void onTimelineChanged(EventTime eventTime, @TimelineChangeReason int reason) {}