gi-gstvideo-1.0.20: 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

newtype VideoBufferPool Source #

Memory-managed wrapper type.

Constructors

VideoBufferPool (ManagedPtr VideoBufferPool) 
Instances
GObject VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

Methods

gobjectType :: IO GType

HasParentTypes VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

type ParentTypes VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

type ParentTypes VideoBufferPool = BufferPool ': (Object ': (Object ': ([] :: [Type])))

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

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

Instances
(GObject o, IsDescendantOf VideoBufferPool o) => IsVideoBufferPool o Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

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.