API Version: 4.0
Library Version: 2.38.2
enum WebKit2.AutoplayPolicy
Enum values used to specify autoplay policies.
WEBKIT_AUTOPLAY_ALLOW
Do not restrict autoplay.
WEBKIT_AUTOPLAY_ALLOW_WITHOUT_SOUND
Allow videos to autoplay if they have no audio track, or if their audio track is muted.
WEBKIT_AUTOPLAY_DENY
Never allow autoplay.