StreamLinkforC
7.0.3-308369
|
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... | |
Defines the interface that should be satisfied to receive information on the state of the connection.
void(* sl_connectionlistener::status) (streamlink *client, void *ctx, const char *server_uri, sl_connectionstatus status, intptr_t extra) |
Invoked when the connection status changes.
client | - The client for which the connection status has changed |
ctx | - The user supplied context. |
status | - The status of the connection. |