Wasabi ExpressPlay SDK for Desktop Systems  1.10
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

WSB_Player_Event WSB_Player_PropertyNotificationEvent::base
const char* WSB_Player_PropertyNotificationEvent::name
WSB_Player_PropertyScope WSB_Player_PropertyNotificationEvent::scope
const char* WSB_Player_PropertyNotificationEvent::source
SHI_DataType WSB_Player_PropertyNotificationEvent::type

Type of item data value.

SHI_DataValue WSB_Player_PropertyNotificationEvent::value

Item data value.


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