| 
    Wasabi ExpressPlay SDK for Desktop Systems
    1.10
    
   | 
 
Event data for reporting a decoder event type and error details. More...
#include <WsbMediaPlayback.h>
Data Fields | |
| WSB_Player_Event | base | 
| WSB_Player_DecoderEventType | type | 
| union { | |
| WSB_Player_DecodingErrorDetails decoding_error | |
| } | details | 
Event data for reporting a decoder event type and error details.
If the WSB_Player_EventType for the event passed to the listener is WSB_PLAYER_EVENT_TYPE_DECODER_EVENT_NOTIFICATION, then the WSB_Player_Event pointer passed to the listener should be cast to WSB_Player_DecoderEventNotificationEvent.
| WSB_Player_Event WSB_Player_DecoderEventNotificationEvent::base | 
| WSB_Player_DecodingErrorDetails WSB_Player_DecoderEventNotificationEvent::decoding_error | 
| union { ... } WSB_Player_DecoderEventNotificationEvent::details | 
| WSB_Player_DecoderEventType WSB_Player_DecoderEventNotificationEvent::type |