gi-gstvideo-1.0.9: GStreamerVideo 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.GstVideo.Structs.VideoRectangle

Contents

Description

Helper structure representing a rectangular area.

Synopsis

Exported types

newtype VideoRectangle Source #

Constructors

VideoRectangle (ManagedPtr VideoRectangle) 

Instances

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

Methods

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

((~) * info (ResolveVideoRectangleMethod t VideoRectangle), MethodInfo * info VideoRectangle p) => IsLabel t (VideoRectangle -> p) Source # 

Methods

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

((~) * info (ResolveVideoRectangleMethod t VideoRectangle), MethodInfo * info VideoRectangle p) => IsLabelProxy t (VideoRectangle -> p) Source # 
HasAttributeList * VideoRectangle Source # 
type AttributeList VideoRectangle Source # 
type AttributeList VideoRectangle

newZeroVideoRectangle :: MonadIO m => m VideoRectangle Source #

Construct a VideoRectangle struct initialized to zero.

Properties

h

videoRectangle_h :: AttrLabelProxy "h" Source #

w

videoRectangle_w :: AttrLabelProxy "w" Source #

x

videoRectangle_x :: AttrLabelProxy "x" Source #

y

videoRectangle_y :: AttrLabelProxy "y" Source #