:right-sidebar: True AutoplayPolicy =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.30 .. class:: AutoplayPolicy :no-contents-entry: Enum values used to specify autoplay policies. Fields ------ .. rst-class:: interim-class .. class:: AutoplayPolicy :no-index: .. attribute:: ALLOW Do not restrict autoplay. .. attribute:: ALLOW_WITHOUT_SOUND Allow videos to autoplay if they have no audio track, or if their audio track is muted. .. attribute:: DENY Never allow autoplay.