Settings.enableEncryptedMedia

bool enableEncryptedMedia() @property

Get enableEncryptedMedia property.

Returns

Enable or disable support for Encrypted Media API on pages.

EncryptedMedia is an experimental JavaScript API for playing encrypted media in HTML. This property will only work as intended if the EncryptedMedia feature is enabled at build time with the ENABLE_ENCRYPTED_MEDIA flag.

See https://www.w3.org/TR/encrypted-media/

void enableEncryptedMedia(bool propval) @property

Set enableEncryptedMedia property.

Parameters

propvalEnable or disable support for Encrypted Media API on pages. EncryptedMedia is an experimental JavaScript API for playing encrypted media in HTML. This property will only work as intended if the EncryptedMedia feature is enabled at build time with the ENABLE_ENCRYPTED_MEDIA flag. See https://www.w3.org/TR/encrypted-media/