gi-gstvideo-1.0.21: GStreamerVideo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Structs.VideoChromaResample

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

free

videoChromaResampleFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> VideoChromaResample

resample: a VideoChromaResample

-> m () 

Free resample

getInfo

videoChromaResampleGetInfo Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> VideoChromaResample

resample: a VideoChromaResample

-> Word32

nLines: the number of input lines

-> Int32

offset: the first line

-> m () 

The resampler must be fed nLines at a time. The first line should be at offset.