CefRegisterWidevineCdmAsync Method |
Version 87.1.132
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntax public static Task<CdmRegistration> RegisterWidevineCdmAsync(
string path
)
public:
static Task<CdmRegistration^>^ RegisterWidevineCdmAsync(
String^ path
)
Parameters
- path
- Type: SystemString
is a directory that contains the Widevine CDM files
Return Value
Type:
TaskCdmRegistrationReturns a Task that can be awaited to receive the
CdmRegistration response.
See Also