Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
The Media Download listener interface. More...
#include <WsbMediaDownload.h>
Data Fields | |
void(* | State )(void *client_context, WSB_MediaDownload_State state) |
The overall state has changed. More... | |
void(* | Progress )(void *client_context, const WSB_MediaDownload_ContentStatus *content_status) |
Content download state has changed. More... | |
The Media Download listener interface.
Provides client hook for state change and download progress notifications.
The client code that implements the listener interface must not make any Media Download calls as they will cause deadlock!
void(* WSB_MediaDownload_Listener::Progress) (void *client_context, const WSB_MediaDownload_ContentStatus *content_status) |
Content download state has changed.
void(* WSB_MediaDownload_Listener::State) (void *client_context, WSB_MediaDownload_State state) |
The overall state has changed.