| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMVideoTrackList
Contents
Description
- newtype DOMVideoTrackList = DOMVideoTrackList (ForeignPtr DOMVideoTrackList)
- class GObject o => DOMVideoTrackListK o
- toDOMVideoTrackList :: DOMVideoTrackListK o => o -> IO DOMVideoTrackList
- noDOMVideoTrackList :: Maybe DOMVideoTrackList
- dOMVideoTrackListDispatchEvent :: (MonadIO m, DOMVideoTrackListK a, DOMEventK b) => a -> b -> m ()
- dOMVideoTrackListGetLength :: (MonadIO m, DOMVideoTrackListK a) => a -> m Word64
- dOMVideoTrackListGetTrackById :: (MonadIO m, DOMVideoTrackListK a) => a -> Text -> m DOMVideoTrack
- dOMVideoTrackListItem :: (MonadIO m, DOMVideoTrackListK a) => a -> Word64 -> m DOMVideoTrack
- data DOMVideoTrackListLengthPropertyInfo
- getDOMVideoTrackListLength :: (MonadIO m, DOMVideoTrackListK o) => o -> m Word64
Exported types
newtype DOMVideoTrackList Source
Constructors
| DOMVideoTrackList (ForeignPtr DOMVideoTrackList) |
Instances
class GObject o => DOMVideoTrackListK o Source
Instances
| (GObject o, IsDescendantOf DOMVideoTrackList o) => DOMVideoTrackListK o |
toDOMVideoTrackList :: DOMVideoTrackListK o => o -> IO DOMVideoTrackList Source
Methods
dOMVideoTrackListDispatchEvent
dOMVideoTrackListDispatchEvent :: (MonadIO m, DOMVideoTrackListK a, DOMEventK b) => a -> b -> m () Source
Deprecated: (Since version 2.4)Use webkit_dom_event_target_dispatch_event() instead.
dOMVideoTrackListGetLength
dOMVideoTrackListGetLength :: (MonadIO m, DOMVideoTrackListK a) => a -> m Word64 Source
dOMVideoTrackListGetTrackById
dOMVideoTrackListGetTrackById :: (MonadIO m, DOMVideoTrackListK a) => a -> Text -> m DOMVideoTrack Source
dOMVideoTrackListItem
dOMVideoTrackListItem :: (MonadIO m, DOMVideoTrackListK a) => a -> Word64 -> m DOMVideoTrack Source
Properties
Length
data DOMVideoTrackListLengthPropertyInfo Source
Instances
| AttrInfo DOMVideoTrackListLengthPropertyInfo | |
| type AttrLabel DOMVideoTrackListLengthPropertyInfo = "DOMVideoTrackList::length" | |
| type AttrGetType DOMVideoTrackListLengthPropertyInfo = Word64 | |
| type AttrBaseTypeConstraint DOMVideoTrackListLengthPropertyInfo = DOMVideoTrackListK | |
| type AttrSetTypeConstraint DOMVideoTrackListLengthPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMVideoTrackListLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMVideoTrackListLength :: (MonadIO m, DOMVideoTrackListK o) => o -> m Word64 Source