| 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 :: IsVideoBufferPool o => o -> IO VideoBufferPool
- noVideoBufferPool :: Maybe VideoBufferPool
- videoBufferPoolNew :: MonadIO m => m VideoBufferPool
Exported types
newtype VideoBufferPool Source #
Constructors
| VideoBufferPool (ManagedPtr VideoBufferPool) |
Instances
| GObject VideoBufferPool Source # | |
| IsObject VideoBufferPool Source # | |
| IsObject VideoBufferPool Source # | |
| IsBufferPool VideoBufferPool Source # | |
| IsVideoBufferPool VideoBufferPool Source # | |
| ((~) * info (ResolveVideoBufferPoolMethod t VideoBufferPool), MethodInfo * info VideoBufferPool p) => IsLabel t (VideoBufferPool -> p) Source # | |
| ((~) * info (ResolveVideoBufferPoolMethod t VideoBufferPool), MethodInfo * info VideoBufferPool p) => IsLabelProxy t (VideoBufferPool -> p) Source # | |
| HasAttributeList * VideoBufferPool Source # | |
| type SignalList VideoBufferPool Source # | |
| type AttributeList VideoBufferPool Source # | |
class GObject o => IsVideoBufferPool o Source #
Instances
| (GObject a, UnknownAncestorError Constraint VideoBufferPool a) => IsVideoBufferPool a Source # | |
| IsVideoBufferPool VideoBufferPool Source # | |
toVideoBufferPool :: IsVideoBufferPool o => o -> IO VideoBufferPool Source #
Methods
new
videoBufferPoolNew :: MonadIO m => m VideoBufferPool Source #