Click or drag to resize

CefRegisterWidevineCdmAsync Method

Version 89.0.170
Register the Widevine CDM plugin. See RegisterWidevineCdm(String, IRegisterCdmCallback) for more details.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 89.0.170.0
Syntax
public static Task<CdmRegistration> RegisterWidevineCdmAsync(
	string path
)

Parameters

path
Type: SystemString
is a directory that contains the Widevine CDM files

Return Value

Type: TaskCdmRegistration
Returns a Task that can be awaited to receive the CdmRegistration response.
See Also