gi-gstvideo-1.0.7: 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.Callbacks

Contents

Description

 

Synopsis

Signals

VideoAffineTransformationGetMatrix

VideoConvertSampleCallback

type C_VideoConvertSampleCallback = Ptr Sample -> Ptr GError -> Ptr () -> IO () Source #

type VideoConvertSampleCallback = Sample -> GError -> IO () Source #

type VideoConvertSampleCallback_WithClosures = Sample -> GError -> Ptr () -> IO () Source #

VideoFormatPack

type C_VideoFormatPack = Ptr VideoFormatInfo -> CUInt -> Ptr () -> Int32 -> Ptr () -> Int32 -> CUInt -> Int32 -> Int32 -> IO () Source #

VideoFormatUnpack

type C_VideoFormatUnpack = Ptr VideoFormatInfo -> CUInt -> Ptr () -> Ptr () -> Int32 -> Int32 -> Int32 -> Int32 -> IO () Source #

VideoGLTextureUpload

VideoMetaMapFieldCallback

type VideoMetaMapFieldCallback = VideoMeta -> Word32 -> MapInfo -> Ptr () -> Int32 -> [MapFlags] -> IO Bool Source #

VideoMetaUnmapFieldCallback