gi-webkit-3.0.11: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLVideoElement

Contents

Description

 

Synopsis

Exported types

Methods

getHeight

dOMHTMLVideoElementGetHeight Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getPoster

dOMHTMLVideoElementGetPoster Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getVideoHeight

dOMHTMLVideoElementGetVideoHeight Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getVideoWidth

dOMHTMLVideoElementGetVideoWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getWebkitDecodedFrameCount

dOMHTMLVideoElementGetWebkitDecodedFrameCount Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getWebkitDisplayingFullscreen

dOMHTMLVideoElementGetWebkitDisplayingFullscreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitDroppedFrameCount

dOMHTMLVideoElementGetWebkitDroppedFrameCount Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getWebkitSupportsFullscreen

dOMHTMLVideoElementGetWebkitSupportsFullscreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitWirelessVideoPlaybackDisabled

dOMHTMLVideoElementGetWebkitWirelessVideoPlaybackDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWidth

dOMHTMLVideoElementGetWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

setHeight

dOMHTMLVideoElementSetHeight Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> CULong

value: A gulong

-> m () 

No description available in the introspection data.

setPoster

dOMHTMLVideoElementSetPoster Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setWebkitWirelessVideoPlaybackDisabled

dOMHTMLVideoElementSetWebkitWirelessVideoPlaybackDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLVideoElementSetWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> CULong

value: A gulong

-> m () 

No description available in the introspection data.

webkitEnterFullScreen

dOMHTMLVideoElementWebkitEnterFullScreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m ()

(Can throw GError)

No description available in the introspection data.

webkitEnterFullscreen

dOMHTMLVideoElementWebkitEnterFullscreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m ()

(Can throw GError)

No description available in the introspection data.

webkitExitFullScreen

dOMHTMLVideoElementWebkitExitFullScreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m () 

No description available in the introspection data.

webkitExitFullscreen

dOMHTMLVideoElementWebkitExitFullscreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLVideoElement a) 
=> a

self: A DOMHTMLVideoElement

-> m () 

No description available in the introspection data.

Properties

height

data DOMHTMLVideoElementHeightPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementHeightPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementHeightPropertyInfo Source # 

poster

data DOMHTMLVideoElementPosterPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementPosterPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementPosterPropertyInfo Source # 

videoHeight

data DOMHTMLVideoElementVideoHeightPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementVideoHeightPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementVideoHeightPropertyInfo Source # 

videoWidth

data DOMHTMLVideoElementVideoWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementVideoWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementVideoWidthPropertyInfo Source # 

webkitDecodedFrameCount

data DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source # 

webkitDisplayingFullscreen

data DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source # 

webkitDroppedFrameCount

data DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source # 

webkitSupportsFullscreen

data DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source # 

webkitWirelessVideoPlaybackDisabled

data DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = "webkit-wireless-video-playback-disabled"
type AttrGetType DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source # 

width

data DOMHTMLVideoElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrOrigin DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrGetType DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLVideoElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLVideoElementWidthPropertyInfo Source #