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
String getServiceName()

Returns the name of the service that has changed state.

caplin.streamlink.ServiceStatus getServiceStatus()

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

Constructor Detail

caplin.streamlink.ServiceStatusEvent()

Method Detail

String getServiceName()

Returns the name of the service that has changed state.

Returns
{String} the service name

caplin.streamlink.ServiceStatus getServiceStatus()

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

Returns
{caplin.streamlink.ServiceStatus} the service status