|
Wasabi ExpressPlay SDK for iOS
1.10
|
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... | |
Functions | |
| WSB_EXPORT WSB_Result | WSB_GetComponentInfo (const char *name, WSB_ComponentInfo *info) |
| Obtains information about a component of the client SDK. More... | |
Wasabi component information access.
| #define WSB_COMPONENT_NAME_DRMDB0 "DrmDb0" |
Marlin DRM Database.
| #define WSB_COMPONENT_NAME_LSDB "LsDb" |
License Store Database.
| #define WSB_COMPONENT_NAME_PLAYLIST_PROXY "PlaylistProxy" |
| #define WSB_COMPONENT_NAME_SUSHI "Sushi" |
| #define WSB_COMPONENT_NAME_WASABI "Wasabi" |
Components whose information may be obtained.
| WSB_EXPORT WSB_Result WSB_GetComponentInfo | ( | const char * | name, |
| WSB_ComponentInfo * | info | ||
| ) |
Obtains information about a component of the client SDK.
| name | component name, specified using one of the WSB_COMPONENT_NAME_XXX constants. |
| info | Structure populated with component details. Strings may be NULL. |