21 #ifndef _WSB_COMPONENTS_H_ 22 #define _WSB_COMPONENTS_H_ 56 #define WSB_COMPONENT_NAME_WASABI "Wasabi" 57 #define WSB_COMPONENT_NAME_SUSHI "Sushi" 58 #define WSB_COMPONENT_NAME_PLAYLIST_PROXY "PlaylistProxy" 62 #define WSB_COMPONENT_NAME_DRMDB0 "DrmDb0" 66 #define WSB_COMPONENT_NAME_LSDB "LsDb" 72 #define WSB_COMPONENT_NAME_MDDB "MdDb" 77 #if defined(__cplusplus) 92 #if defined(__cplusplus) const char * name
Definition: WsbComponents.h:42
const char * build_date
Definition: WsbComponents.h:45
WSB_UInt32 version_number
Definition: WsbComponents.h:43
const char * version_name
Definition: WsbComponents.h:44
WSB_EXPORT WSB_Result WSB_GetComponentInfo(const char *name, WSB_ComponentInfo *info)
Obtains information about a component of the client SDK.
const char * short_description
Definition: WsbComponents.h:46
const char * long_description
Definition: WsbComponents.h:47
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
unsigned int WSB_UInt32
32-bit (or more) unsigned integer
Definition: WsbTypes.h:36
Information that may be obtained about a component.
Definition: WsbComponents.h:41