enableMedia property
getter/setter pair
Sets whether media (audio/video) is enabled. When disabled, media elements will not be able to play.
The default value is true.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit 2.26+ (Official API - WebKitSettings.enable-media):
- Requires WPE WebKit 2.26 or later
Implementation
bool? enableMedia;