Class
caplin.streamlink

ServiceStatusEvent

Provides information about the change in status of a data service to which StreamLink is connected via the Liberator.

The ServiceStatusEvent will be provided on a onServiceStatusChange callback to a caplin.streamlink.ConnectionListener.

Constructor Summary

Attributes Name and Description
caplin.streamlink.ServiceStatusEvent()

Method Summary

Attributes Name and Description
void getServiceName()

*

Returns the name of the service that has changed state.

void getServiceStatus()

*

Returns the new caplin.streamlink.ServiceStatus of a service.

Constructor Detail

caplin.streamlink.ServiceStatusEvent()

Method Detail

void getServiceName()

*

Returns the name of the service that has changed state.

* * @returns {String} the service name

void getServiceStatus()

*

Returns the new caplin.streamlink.ServiceStatus of a service.

* * @returns {caplin.streamlink.ServiceStatus} the service status