Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
Wasabi Action Result Validator. More...
Go to the source code of this file.
Functions | |
WSB_EXPORT WSB_Result | WSB_Config_ValidateActionResult (SHI_ActionResult *action_result, WSB_Boolean perform, const char *action_name, const void *action_parameters) |
This method should be called between WSB_PlaybackEnabler_PerformPlayAction and WSB_PlaybackEnabler_AcceptActionResult with perform set to WSB_TRUE and action_name set to SHI_ACTION_PLAY. More... | |
WSB_EXPORT WSB_Result | WSB_Config_ValidateHdcpSrmVersion (WSB_UInt32 version_required) |
User must implement this callback function to compare the HDCP-SRM version in the device with the required HDCP-SRM version from the license. More... | |
WSB_EXPORT WSB_Result | WSB_Config_ValidateHdcpSrmUpdate (const WSB_Byte *srm_payload, WSB_Size size_in_bytes) |
User must implement this callback function to persistently store the HDCP-SRM and use it as part of its HDCP implementation. More... | |
Wasabi Action Result Validator.