gi-gstvideo-1.0.12: 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.VideoAlignment

Contents

Description

Extra alignment paramters for the memory of video buffers. This structure is usually used to configure the bufferpool if it supports the BUFFER_POOL_OPTION_VIDEO_ALIGNMENT.

Synopsis

Exported types

newZeroVideoAlignment :: MonadIO m => m VideoAlignment Source #

Construct a VideoAlignment struct initialized to zero.

Methods

reset

videoAlignmentReset Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> VideoAlignment

align: a VideoAlignment

-> m () 

Set align to its default values with no padding and no alignment.

Properties

paddingBottom

paddingLeft

paddingRight

paddingTop