gi-poppler-0.18.11: Poppler 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.Poppler.Objects.Movie

Contents

Description

 

Synopsis

Exported types

newtype Movie Source #

Constructors

Movie (ManagedPtr Movie) 

Instances

GObject Movie Source # 

Methods

gobjectType :: Movie -> IO GType #

IsObject Movie Source # 
IsMovie Movie Source # 
((~) * info (ResolveMovieMethod t Movie), MethodInfo * info Movie p) => IsLabel t (Movie -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Movie -> p #

((~) * info (ResolveMovieMethod t Movie), MethodInfo * info Movie p) => IsLabelProxy t (Movie -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Movie -> p #

HasAttributeList * Movie Source # 
type AttributeList Movie Source # 
type SignalList Movie Source # 

Methods

getFilename

data MovieGetFilenameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsMovie a) => MethodInfo * MovieGetFilenameMethodInfo a signature Source # 

movieGetFilename Source #

Arguments

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

popplerMovie: a Movie

-> m Text

Returns: a local filename, return value is owned by Movie and should not be freed

Returns the local filename identifying a self-describing movie file

Since: 0.14

needPoster

data MovieNeedPosterMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsMovie a) => MethodInfo * MovieNeedPosterMethodInfo a signature Source # 

movieNeedPoster Source #

Arguments

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

popplerMovie: a Movie

-> m Bool

Returns: True if move needs a poster image, False otherwise

Returns whether a poster image representing the Movie shall be displayed. The poster image must be retrieved from the movie file.

Since: 0.14

showControls

movieShowControls Source #

Arguments

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

popplerMovie: a Movie

-> m Bool

Returns: True if controller bar should be displayed, False otherwise

Returns whether to display a movie controller bar while playing the movie

Since: 0.14