StreamlinkConnectionService
will inform us about the state of the services that are connected to the
streaming service. These are logical names for 1 or more sources of data. If these sources of data have any problems,
Streamlink will know when to notify us about the connection status change on the service they provide. It is important to
know that this behaviour won't happen if the source of data is feeding Transformer, meaning, we won't get any notification
for any status change on services which are provided by Transformer unless Transformer itself has a connection status change.
Attributes | Name and Description |
---|---|
|
caplin.sljsadapter.providers.StreamLinkConnectionService( oStreamlink)
|
Attributes | Name and Description |
---|---|
|
void
addStatusChangedListener( oListener, bNotifyImmediately)
|
|
void
connect()
|
|
void
disconnect()
|
|
void
onConnectionStatusChange( connectionStatusEvent)
|
|
void
onServiceStatusChange( serviceStatusEvent)
|
|
void
removeStatusChangedListener( oListener)
|
►
caplin.sljsadapter.providers.StreamLinkConnectionService( oStreamlink)
oStreamlink |
►
void
addStatusChangedListener( oListener, bNotifyImmediately)
oListener | ||
bNotifyImmediately |
►
void
connect()
►
void
disconnect()
►
void
onConnectionStatusChange( connectionStatusEvent)
connectionStatusEvent |
►
void
onServiceStatusChange( serviceStatusEvent)
serviceStatusEvent |
►
void
removeStatusChangedListener( oListener)
oListener |