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

Event data for reporting information about a property. More...

#include <WsbMediaPlayback.h>

Data Fields

WSB_Player_Event base
 
WSB_Player_PropertyScope scope
 
const char * source
 
const char * name
 
SHI_DataType type
 Type of item data value. More...
 
SHI_DataValue value
 Item data value. More...
 

Detailed Description

Event data for reporting information about a property.

If the WSB_Player_EventType for the event passed to the listener is WSB_PLAYER_EVENT_TYPE_PROPERTY_NOTIFICATION, then the WSB_Player_Event pointer passed to the listener should be cast to WSB_Player_PropertyNotificationEvent.

Field Documentation

◆ base

WSB_Player_Event WSB_Player_PropertyNotificationEvent::base

◆ name

const char* WSB_Player_PropertyNotificationEvent::name

◆ scope

WSB_Player_PropertyScope WSB_Player_PropertyNotificationEvent::scope

◆ source

const char* WSB_Player_PropertyNotificationEvent::source

◆ type

SHI_DataType WSB_Player_PropertyNotificationEvent::type

Type of item data value.

◆ value

SHI_DataValue WSB_Player_PropertyNotificationEvent::value

Item data value.


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