Wasabi ExpressPlay SDK for Desktop Systems
1.23.0
|
This structure pairs a listener instance value with a function pointer for receiving events. More...
#include <WsbPlaylistProxy.h>
Data Fields | |
void * | instance |
void(* | handler )(void *instance, const WSB_PlaylistProxy_Event *event) |
This structure pairs a listener instance value with a function pointer for receiving events.
Based on the event type (the 'type' field of the WSB_PlaylistProxyEvent struct), the event pointer can be type-cast to a more specific structure that will contain event-type-specific fields. Events of type WSB_PPET_ERROR_NOTIFICATION point to a WSB_PlaylistProxy_ErrorNotificationEvent struct.
void(* WSB_PlaylistProxy_EventListener::handler) (void *instance, const WSB_PlaylistProxy_Event *event) |
void* WSB_PlaylistProxy_EventListener::instance |