gi-poppler-0.18.14: 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

toMovie :: (MonadIO m, IsMovie o) => o -> m Movie Source #

Methods

getFilename

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

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