gi-gstvideo-1.0.23: GStreamerVideo bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Objects.VideoBufferPool

Description

No description available in the introspection data.

Synopsis

Exported types

newtype VideoBufferPool Source #

Memory-managed wrapper type.

Constructors

VideoBufferPool (ManagedPtr VideoBufferPool) 

Instances

Instances details
Eq VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

GObject VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

ManagedPtrNewtype VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

TypedObject VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

Methods

glibType :: IO GType

IsGValue VideoBufferPool Source #

Convert VideoBufferPool to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

Methods

toGValue :: VideoBufferPool -> IO GValue

fromGValue :: GValue -> IO VideoBufferPool

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]

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

Instances details
(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

Overloaded 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.