Wasabi ExpressPlay SDK for Desktop Systems  1.23.0
Data Fields
WSB_Player_DecoderEventNotificationEvent Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ base

WSB_Player_Event WSB_Player_DecoderEventNotificationEvent::base

◆ decoding_error

WSB_Player_DecodingErrorDetails WSB_Player_DecoderEventNotificationEvent::decoding_error

◆ details

union { ... } WSB_Player_DecoderEventNotificationEvent::details

◆ type

WSB_Player_DecoderEventType WSB_Player_DecoderEventNotificationEvent::type

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