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.DOMVideoTrack

Contents

Description

 

Synopsis

Exported types

Methods

getId

dOMVideoTrackGetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> m Text

Returns: A gchar

No description available in the introspection data.

getKind

dOMVideoTrackGetKind Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> m Text

Returns: A gchar

No description available in the introspection data.

getLabel

dOMVideoTrackGetLabel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> m Text

Returns: A gchar

No description available in the introspection data.

getLanguage

dOMVideoTrackGetLanguage Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> m Text

Returns: A gchar

No description available in the introspection data.

getSelected

dOMVideoTrackGetSelected Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> m Bool

Returns: A Bool

No description available in the introspection data.

setSelected

dOMVideoTrackSetSelected Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMVideoTrack a) 
=> a

self: A DOMVideoTrack

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

Properties

id

kind

label

language

selected