Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Structures | Macros | Functions
WSB_Components Class

Wasabi component information access. More...

Data Structures

struct  WSB_ComponentInfo
 Information that may be obtained about a component. More...
 

Macros

#define WSB_COMPONENT_NAME_WASABI   "Wasabi"
 Components whose information may be obtained. More...
 
#define WSB_COMPONENT_NAME_SUSHI   "Sushi"
 
#define WSB_COMPONENT_NAME_PLAYLIST_PROXY   "PlaylistProxy"
 
#define WSB_COMPONENT_NAME_DRMDB0   "DrmDb0"
 Marlin DRM Database. More...
 
#define WSB_COMPONENT_NAME_LSDB   "LsDb"
 License Store Database. More...
 
#define WSB_COMPONENT_NAME_MDDB   "MdDb"
 Media Download Database. More...
 

Functions

WSB_EXPORT WSB_Result WSB_GetComponentInfo (const char *name, WSB_ComponentInfo *info)
 Obtains information about a component of the client SDK. More...
 

Detailed Description

Wasabi component information access.

See also
WSB_ComponentInfo

Macro Definition Documentation

◆ WSB_COMPONENT_NAME_DRMDB0

#define WSB_COMPONENT_NAME_DRMDB0   "DrmDb0"

Marlin DRM Database.

Since
1.7

◆ WSB_COMPONENT_NAME_LSDB

#define WSB_COMPONENT_NAME_LSDB   "LsDb"

License Store Database.

Since
1.7

◆ WSB_COMPONENT_NAME_MDDB

#define WSB_COMPONENT_NAME_MDDB   "MdDb"

Media Download Database.

Since
1.21

◆ WSB_COMPONENT_NAME_PLAYLIST_PROXY

#define WSB_COMPONENT_NAME_PLAYLIST_PROXY   "PlaylistProxy"

◆ WSB_COMPONENT_NAME_SUSHI

#define WSB_COMPONENT_NAME_SUSHI   "Sushi"

◆ WSB_COMPONENT_NAME_WASABI

#define WSB_COMPONENT_NAME_WASABI   "Wasabi"

Components whose information may be obtained.

Function Documentation

◆ WSB_GetComponentInfo()

WSB_EXPORT WSB_Result WSB_GetComponentInfo ( const char *  name,
WSB_ComponentInfo info 
)

Obtains information about a component of the client SDK.

Parameters
namecomponent name, specified using one of the WSB_COMPONENT_NAME_XXX constants.
infoStructure populated with component details. Strings may be NULL.