enableEncryptedMedia property
getter/setter pair
Sets whether Encrypted Media Extensions (EME) are enabled. EME provides APIs for playing protected (DRM) content.
The default value is true (since WPE WebKit 2.38).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit 2.20+ (Official API - WebKitSettings.enable-encrypted-media):
- Requires WPE WebKit 2.20 or later
Implementation
bool? enableEncryptedMedia;