#include <java_channellistenerproxy.h>
◆ JavaChannelListenerProxy()
| ttv::binding::java::JavaChannelListenerProxy::JavaChannelListenerProxy |
( |
| ) |
|
◆ GetListener()
◆ ProfileImageUpdated()
| virtual void ttv::binding::java::JavaChannelListenerProxy::ProfileImageUpdated |
( |
const std::vector< ProfileImage > & |
images | ) |
|
|
overridevirtual |
Called when a new profile image has been successfully uploaded for the current channel (from any device). Note: Only successful uploads will trigger this function.
- Parameters
-
| [in] | images | Updated profile image information. |
Implements ttv::IChannelListener.
◆ SetListener()
◆ StreamDown()
| virtual void ttv::binding::java::JavaChannelListenerProxy::StreamDown |
( |
| ) |
|
|
overridevirtual |
◆ StreamReceivedWatchPartyUpdate()
| virtual void ttv::binding::java::JavaChannelListenerProxy::StreamReceivedWatchPartyUpdate |
( |
const WatchPartyUpdate & |
update | ) |
|
|
overridevirtual |
If the channel is hosting a watch party, the server will send us periodic updates containing information about the watch party.
Implements ttv::IChannelListener.
◆ StreamTriggeredMidroll()
| virtual void ttv::binding::java::JavaChannelListenerProxy::StreamTriggeredMidroll |
( |
uint32_t |
durationSeconds | ) |
|
|
overridevirtual |
Indicates that a midroll ad pod should be played. The total length of the ad pod should be at most duration seconds.
Implements ttv::IChannelListener.
◆ StreamUp()
| virtual void ttv::binding::java::JavaChannelListenerProxy::StreamUp |
( |
uint32_t |
playDelaySeconds | ) |
|
|
overridevirtual |
Called when a stream is brought up. The playDelay argument contains the artificial playback delay set on the stream.
Implements ttv::IChannelListener.
◆ StreamViewerCountChanged()
| virtual void ttv::binding::java::JavaChannelListenerProxy::StreamViewerCountChanged |
( |
uint32_t |
viewerCount | ) |
|
|
overridevirtual |
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: