Click or drag to resize
CefRegisterWidevineCdmAsync Method
Version 63.0.0
Register the Widevine CDM plugin. See RegisterWidevineCdm(String, IRegisterCdmCallback) for more details.

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