Searched refs:jsContentProtectionLevel (Results 1 – 1 of 1) sorted by relevance
227 int32_t jsContentProtectionLevel = DRM_ERROR; in IsMediaKeySystemSupported() local228 if (napi_get_value_int32(env, argv[PARAM2], &jsContentProtectionLevel) != napi_ok) { in IsMediaKeySystemSupported()234 (IMediaKeySessionService::ContentProtectionLevel)jsContentProtectionLevel; in IsMediaKeySystemSupported()341 int32_t jsContentProtectionLevel = 0; in CreateMediaKeySession() local349 status = napi_get_value_int32(env, argv[PARAM0], &jsContentProtectionLevel); in CreateMediaKeySession()356 static_cast<IMediaKeySessionService::ContentProtectionLevel>(jsContentProtectionLevel); in CreateMediaKeySession()