public interface

PlayerEmsgHandler.PlayerEmsgCallback

 androidx.media3.exoplayer.dash.PlayerEmsgHandler.PlayerEmsgCallback

Overview

Callbacks for player emsg events encountered during DASH live stream.

Summary

Methods
public voidonDashManifestPublishTimeExpired(long expiredManifestPublishTimeUs)

Called when the manifest with the publish time has been expired.

public voidonDashManifestRefreshRequested()

Called when the current manifest should be refreshed.

Methods

public void onDashManifestRefreshRequested()

Called when the current manifest should be refreshed.

public void onDashManifestPublishTimeExpired(long expiredManifestPublishTimeUs)

Called when the manifest with the publish time has been expired.

Parameters:

expiredManifestPublishTimeUs: The manifest publish time that has been expired.