gi-gstvideo-1.0.26: GStreamerVideo bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
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

HasParentTypes VideoBufferPool Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

IsGValue (Maybe VideoBufferPool) Source #

Convert VideoBufferPool to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GstVideo.Objects.VideoBufferPool

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe VideoBufferPool -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe 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

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.