public static interface CommonClock.OnServerDiedListener
CommonClock
instance to indicate that the connection to the native media
server has been broken and that the CommonClock
instance will need to be
released and re-created. The client application can implement this interface and register
the listener with the CommonClock.setServerDiedListener(OnServerDiedListener)
method.Modifier and Type | Method and Description |
---|---|
void |
onServerDied()
Method called when the native media server has died.
|
void onServerDied()
If the native common time
service encounters a fatal error and needs to restart, the binder connection from the
CommonClock
instance to the common time service will be broken. To
restore functionality, clients should CommonClock.release()
their old visualizer and create
a new instance.