Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
WSB_MediaDownload_Listener Struct Reference

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...
 

Detailed Description

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!

Since
1.21

Field Documentation

◆ Progress

void(* WSB_MediaDownload_Listener::Progress) (void *client_context, const WSB_MediaDownload_ContentStatus *content_status)

Content download state has changed.

◆ State

void(* WSB_MediaDownload_Listener::State) (void *client_context, WSB_MediaDownload_State state)

The overall state has changed.


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