PlayerEmsgHandler.PlayerEmsgCallback


interface PlayerEmsgHandler.PlayerEmsgCallback


Callbacks for player emsg events encountered during DASH live stream.

Summary

Public functions

Unit
onDashManifestPublishTimeExpired(expiredManifestPublishTimeUs: Long)

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

Unit

Called when the current manifest should be refreshed.

Public functions

onDashManifestPublishTimeExpired

fun onDashManifestPublishTimeExpired(expiredManifestPublishTimeUs: Long): Unit

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

Parameters
expiredManifestPublishTimeUs: Long

The manifest publish time that has been expired.

onDashManifestRefreshRequested

fun onDashManifestRefreshRequested(): Unit

Called when the current manifest should be refreshed.