PlayerEmsgHandler.PlayerEmsgCallback


public interface PlayerEmsgHandler.PlayerEmsgCallback


Callbacks for player emsg events encountered during DASH live stream.

Summary

Public methods

abstract void
onDashManifestPublishTimeExpired(long expiredManifestPublishTimeUs)

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

abstract void

Called when the current manifest should be refreshed.

Public methods

onDashManifestPublishTimeExpired

abstract void onDashManifestPublishTimeExpired(long expiredManifestPublishTimeUs)

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

Parameters
long expiredManifestPublishTimeUs

The manifest publish time that has been expired.

onDashManifestRefreshRequested

abstract void onDashManifestRefreshRequested()

Called when the current manifest should be refreshed.