webkit-0.14.1.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.VideoTrackList

Documentation

item :: (MonadIO m, VideoTrackListClass self) => self -> Word -> m (Maybe VideoTrack) Source

getTrackById :: (MonadIO m, VideoTrackListClass self, GlibString string) => self -> string -> m (Maybe VideoTrack) Source

getLength :: (MonadIO m, VideoTrackListClass self) => self -> m Word Source