Class
caplin.streamlink

RecordProvider

Definition of the interface that Streamlink calls back when the liberator requests record objects that match the pattern registered via the StreamLink.registerRecordProvider(...) method

Constructor Summary

Attributes Name and Description
caplin.streamlink.RecordProvider()

Method Summary

Attributes Name and Description
void onRequest(caplin.streamlink.RecordPublisher publisher)

Method called when a subject is requested by the Liberator that matches the pattern registered via StreamLink.registerRecordProvider(.

Constructor Detail

caplin.streamlink.RecordProvider()

Method Detail

void onRequest(caplin.streamlink.RecordPublisher publisher)

Method called when a subject is requested by the Liberator that matches the pattern registered via StreamLink.registerRecordProvider(...)

Parameters
caplin.streamlink.RecordPublisher publisher a RecordPublisher object that can be used to send data for the requested subject