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.Objects.VideoBufferPool

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf VideoBufferPool o) => IsVideoBufferPool o Source #

Type class for types which can be safely cast to VideoBufferPool, for instance with toVideoBufferPool.

toVideoBufferPool :: (MonadIO m, IsVideoBufferPool o) => o -> m VideoBufferPool Source #

Cast to VideoBufferPool, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

videoBufferPoolNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m VideoBufferPool

Returns: a new BufferPool to allocate video frames

Create a new bufferpool that can allocate video frames. This bufferpool supports all the video bufferpool options.