|
Twitch SDK (Internal)
|
#include <streamer.h>
Public Member Functions | |
| virtual void | OnStartComplete (Streamer *source, TTV_ErrorCode ec)=0 |
| virtual void | OnStopComplete (Streamer *source, TTV_ErrorCode ec)=0 |
| virtual void | OnStreamerStateChanged (Streamer *source, StreamerState state, TTV_ErrorCode ec)=0 |
| virtual void | OnBandwidthWarning (Streamer *source, TTV_ErrorCode ec, uint32_t backupMilliseconds)=0 |
| virtual void | OnStreamInfoFetched (Streamer *source, TTV_ErrorCode ec, const StreamInfo &streamInfo)=0 |
|
pure virtual |
Fired periodically when there are issues with the user's bandwidth while broadcasting.
Implemented in ttv::broadcast::StreamerListenerProxy.
|
pure virtual |
Fired after a call to Start() has been serviced.
Implemented in ttv::broadcast::StreamerListenerProxy.
|
pure virtual |
Fired after a call to Stop() has been serviced.
Implemented in ttv::broadcast::StreamerListenerProxy.
|
pure virtual |
Fired any time the stream state changes.
Implemented in ttv::broadcast::StreamerListenerProxy.
|
pure virtual |
Fired when we fetch the broadcast_id after the broadcast has started.
Implemented in ttv::broadcast::StreamerListenerProxy.
1.8.13