Click or drag to resize

CefRegisterWidevineCdmAsync Method

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.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