AutoplayPolicy
Description:
[ CCode ( cprefix = "WEBKIT_AUTOPLAY_" , type_id = "webkit_autoplay_policy_get_type ()" ) ]
[ Version ( since = "2.30" ) ]
public enum AutoplayPolicy
Enum values used to specify autoplay policies.
Content:
Enum values:
- ALLOW - Do not restrict autoplay.
- ALLOW_WITHOUT_SOUND -
Allow videos to autoplay if they have no audio track, or if their audio track is muted.
- DENY - Never allow autoplay.