Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.GstVideo.Objects.VideoBufferPool
Contents
Description
- newtype VideoBufferPool = VideoBufferPool (ManagedPtr VideoBufferPool)
- class GObject o => IsVideoBufferPool o
- toVideoBufferPool :: (MonadIO m, IsVideoBufferPool o) => o -> m VideoBufferPool
- noVideoBufferPool :: Maybe VideoBufferPool
- videoBufferPoolNew :: (HasCallStack, MonadIO m) => m VideoBufferPool
Exported types
newtype VideoBufferPool Source #
Constructors
VideoBufferPool (ManagedPtr VideoBufferPool) |
class GObject o => IsVideoBufferPool o Source #
Instances
toVideoBufferPool :: (MonadIO m, IsVideoBufferPool o) => o -> m VideoBufferPool Source #
Methods
new
Arguments
:: (HasCallStack, MonadIO m) | |
=> m VideoBufferPool | Returns: a new |
Create a new bufferpool that can allocate video frames. This bufferpool supports all the video bufferpool options.