gi-gst-1.0.7: GStreamer 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.Gst.Structs.MapInfo

Contents

Description

A structure containing the result of a map operation such as gst_memory_map(). It contains the data and size.

Synopsis

Exported types

newtype MapInfo Source #

Constructors

MapInfo (ManagedPtr MapInfo) 

Instances

WrappedPtr MapInfo Source # 
(~) AttrOpTag tag AttrSet => Constructible MapInfo tag Source # 

Methods

new :: MonadIO m => (ManagedPtr MapInfo -> MapInfo) -> [AttrOp MapInfo tag] -> m MapInfo

((~) * info (ResolveMapInfoMethod t MapInfo), MethodInfo * info MapInfo p) => IsLabel t (MapInfo -> p) Source # 

Methods

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

((~) * info (ResolveMapInfoMethod t MapInfo), MethodInfo * info MapInfo p) => IsLabelProxy t (MapInfo -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> MapInfo -> p

HasAttributeList * MapInfo Source # 
type AttributeList MapInfo Source # 
type AttributeList MapInfo

newZeroMapInfo :: MonadIO m => m MapInfo Source #

Construct a MapInfo struct initialized to zero.

Properties

flags

mapInfo_flags :: AttrLabelProxy "flags" Source #

maxsize

mapInfo_maxsize :: AttrLabelProxy "maxsize" Source #

memory

mapInfo_memory :: AttrLabelProxy "memory" Source #

size

mapInfo_size :: AttrLabelProxy "size" Source #