Safe Haskell | None |
---|
Graphics.UI.Gtk.WebKit.DOM.HTMLVideoElement
Documentation
htmlVideoElementWebkitEnterFullscreen :: HTMLVideoElementClass self => self -> IO ()Source
htmlVideoElementWebkitExitFullscreen :: HTMLVideoElementClass self => self -> IO ()Source
htmlVideoElementWebkitEnterFullScreen :: HTMLVideoElementClass self => self -> IO ()Source
htmlVideoElementWebkitExitFullScreen :: HTMLVideoElementClass self => self -> IO ()Source
htmlVideoElementSetWidth :: HTMLVideoElementClass self => self -> Word -> IO ()Source
htmlVideoElementGetWidth :: HTMLVideoElementClass self => self -> IO WordSource
htmlVideoElementSetHeight :: HTMLVideoElementClass self => self -> Word -> IO ()Source
htmlVideoElementGetHeight :: HTMLVideoElementClass self => self -> IO WordSource
htmlVideoElementGetVideoWidth :: HTMLVideoElementClass self => self -> IO WordSource
htmlVideoElementGetVideoHeight :: HTMLVideoElementClass self => self -> IO WordSource
htmlVideoElementSetPoster :: (HTMLVideoElementClass self, GlibString string) => self -> string -> IO ()Source
htmlVideoElementGetPoster :: (HTMLVideoElementClass self, GlibString string) => self -> IO stringSource
htmlVideoElementGetWebkitSupportsFullscreen :: HTMLVideoElementClass self => self -> IO BoolSource
htmlVideoElementGetWebkitDisplayingFullscreen :: HTMLVideoElementClass self => self -> IO BoolSource
htmlVideoElementGetWebkitDecodedFrameCount :: HTMLVideoElementClass self => self -> IO WordSource
htmlVideoElementGetWebkitDroppedFrameCount :: HTMLVideoElementClass self => self -> IO WordSource
data HTMLVideoElement Source
class HTMLMediaElementClass o => HTMLVideoElementClass o Source
Instances
castToHTMLVideoElement :: GObjectClass obj => obj -> HTMLVideoElementSource