gi-webkit-3.0.14: 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

poster

videoHeight

videoWidth

webkitDecodedFrameCount

webkitDisplayingFullscreen

webkitDroppedFrameCount

webkitSupportsFullscreen

webkitWirelessVideoPlaybackDisabled

width