Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
WSB_PlaylistProxy_EventListener Struct Reference

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)
 

Detailed Description

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.

See also
WSB_PlaylistProxy_CreateWithListener
Since
1.13

Field Documentation

◆ handler

void(* WSB_PlaylistProxy_EventListener::handler) (void *instance, const WSB_PlaylistProxy_Event *event)

◆ instance

void* WSB_PlaylistProxy_EventListener::instance

The documentation for this struct was generated from the following file: