| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GstVideo.Structs.VideoRectangle
Contents
Description
Helper structure representing a rectangular area.
- newtype VideoRectangle = VideoRectangle (ManagedPtr VideoRectangle)
- newZeroVideoRectangle :: MonadIO m => m VideoRectangle
- noVideoRectangle :: Maybe VideoRectangle
- getVideoRectangleH :: MonadIO m => VideoRectangle -> m Int32
- setVideoRectangleH :: MonadIO m => VideoRectangle -> Int32 -> m ()
- videoRectangle_h :: AttrLabelProxy "h"
- getVideoRectangleW :: MonadIO m => VideoRectangle -> m Int32
- setVideoRectangleW :: MonadIO m => VideoRectangle -> Int32 -> m ()
- videoRectangle_w :: AttrLabelProxy "w"
- getVideoRectangleX :: MonadIO m => VideoRectangle -> m Int32
- setVideoRectangleX :: MonadIO m => VideoRectangle -> Int32 -> m ()
- videoRectangle_x :: AttrLabelProxy "x"
- getVideoRectangleY :: MonadIO m => VideoRectangle -> m Int32
- setVideoRectangleY :: MonadIO m => VideoRectangle -> Int32 -> m ()
- videoRectangle_y :: AttrLabelProxy "y"
Exported types
newtype VideoRectangle Source #
Constructors
| VideoRectangle (ManagedPtr VideoRectangle) |
Instances
| WrappedPtr VideoRectangle Source # | |
| (~) AttrOpTag tag AttrSet => Constructible VideoRectangle tag Source # | |
| ((~) * info (ResolveVideoRectangleMethod t VideoRectangle), MethodInfo * info VideoRectangle p) => IsLabel t (VideoRectangle -> p) Source # | |
| ((~) * info (ResolveVideoRectangleMethod t VideoRectangle), MethodInfo * info VideoRectangle p) => IsLabelProxy t (VideoRectangle -> p) Source # | |
| HasAttributeList * VideoRectangle Source # | |
| type AttributeList VideoRectangle Source # | |
newZeroVideoRectangle :: MonadIO m => m VideoRectangle Source #
Construct a VideoRectangle struct initialized to zero.
Properties
h
getVideoRectangleH :: MonadIO m => VideoRectangle -> m Int32 Source #
setVideoRectangleH :: MonadIO m => VideoRectangle -> Int32 -> m () Source #
videoRectangle_h :: AttrLabelProxy "h" Source #
w
getVideoRectangleW :: MonadIO m => VideoRectangle -> m Int32 Source #
setVideoRectangleW :: MonadIO m => VideoRectangle -> Int32 -> m () Source #
videoRectangle_w :: AttrLabelProxy "w" Source #
x
getVideoRectangleX :: MonadIO m => VideoRectangle -> m Int32 Source #
setVideoRectangleX :: MonadIO m => VideoRectangle -> Int32 -> m () Source #
videoRectangle_x :: AttrLabelProxy "x" Source #
y
getVideoRectangleY :: MonadIO m => VideoRectangle -> m Int32 Source #
setVideoRectangleY :: MonadIO m => VideoRectangle -> Int32 -> m () Source #
videoRectangle_y :: AttrLabelProxy "y" Source #