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

dOMHTMLVideoElementGetHeight

dOMHTMLVideoElementGetPoster

dOMHTMLVideoElementGetVideoHeight

dOMHTMLVideoElementGetVideoWidth

dOMHTMLVideoElementGetWebkitDecodedFrameCount

dOMHTMLVideoElementGetWebkitDisplayingFullscreen

dOMHTMLVideoElementGetWebkitDroppedFrameCount

dOMHTMLVideoElementGetWebkitSupportsFullscreen

dOMHTMLVideoElementGetWebkitWirelessVideoPlaybackDisabled

dOMHTMLVideoElementGetWidth

dOMHTMLVideoElementSetHeight

dOMHTMLVideoElementSetPoster

dOMHTMLVideoElementSetWebkitWirelessVideoPlaybackDisabled

dOMHTMLVideoElementSetWidth

dOMHTMLVideoElementWebkitEnterFullScreen

dOMHTMLVideoElementWebkitEnterFullscreen

dOMHTMLVideoElementWebkitExitFullScreen

dOMHTMLVideoElementWebkitExitFullscreen

Properties

Height

data DOMHTMLVideoElementHeightPropertyInfo Source

Instances

Poster

data DOMHTMLVideoElementPosterPropertyInfo Source

VideoHeight

data DOMHTMLVideoElementVideoHeightPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementVideoHeightPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementVideoHeightPropertyInfo = "video-height" Source 
type AttrGetType DOMHTMLVideoElementVideoHeightPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementVideoHeightPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementVideoHeightPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementVideoHeightPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

VideoWidth

data DOMHTMLVideoElementVideoWidthPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementVideoWidthPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementVideoWidthPropertyInfo = "video-width" Source 
type AttrGetType DOMHTMLVideoElementVideoWidthPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementVideoWidthPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementVideoWidthPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementVideoWidthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WebkitDecodedFrameCount

data DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo = "webkit-decoded-frame-count" Source 
type AttrGetType DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementWebkitDecodedFrameCountPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WebkitDisplayingFullscreen

data DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo = "webkit-displaying-fullscreen" Source 
type AttrGetType DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementWebkitDisplayingFullscreenPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WebkitDroppedFrameCount

data DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo = "webkit-dropped-frame-count" Source 
type AttrGetType DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementWebkitDroppedFrameCountPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WebkitSupportsFullscreen

data DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo = "webkit-supports-fullscreen" Source 
type AttrGetType DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLVideoElementWebkitSupportsFullscreenPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WebkitWirelessVideoPlaybackDisabled

data DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source

Instances

AttrInfo DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo Source 
type AttrLabel DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = "webkit-wireless-video-playback-disabled" Source 
type AttrGetType DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = DOMHTMLVideoElementK Source 
type AttrSetTypeConstraint DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLVideoElementWebkitWirelessVideoPlaybackDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Width

data DOMHTMLVideoElementWidthPropertyInfo Source