StreamLinkforC  7.0.3-308369
sl_connectionlistener Struct Reference

Defines the interface that should be satisfied to receive information on the state of the connection. More...

#include <sl4c.h>

Data Fields

void(* status )(streamlink *client, void *ctx, const char *server_uri, sl_connectionstatus status, intptr_t extra)
 Invoked when the connection status changes. More...
 

Detailed Description

Defines the interface that should be satisfied to receive information on the state of the connection.

Field Documentation

void(* sl_connectionlistener::status) (streamlink *client, void *ctx, const char *server_uri, sl_connectionstatus status, intptr_t extra)

Invoked when the connection status changes.

Parameters
client- The client for which the connection status has changed
ctx- The user supplied context.
status- The status of the connection.

The documentation for this struct was generated from the following file:

Generated on Tue Oct 16 2018 12:25:43 for StreamLinkforC