public static interface AliLiveShiftPlayer.OnTimeShiftUpdaterListener
Modifier and Type | Method and Description |
---|---|
void |
onUpdater(long currentTime,
long shiftStartTime,
long shiftEndTime)
Timeshifting update notification.
|
void onUpdater(long currentTime, long shiftStartTime, long shiftEndTime)
currentTime
- The current broadcasting time.shiftStartTime
- The start of the time window for timeshift.shiftEndTime
- The end of the time window for timeshift.