| 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.Gst.Structs.MetaTransformCopy
Description
Extra data passed to a "gst-copy" transform #GstMetaTransformFunction.
- newtype MetaTransformCopy = MetaTransformCopy (ForeignPtr MetaTransformCopy)
- newZeroMetaTransformCopy :: MonadIO m => m MetaTransformCopy
- noMetaTransformCopy :: Maybe MetaTransformCopy
- metaTransformCopyReadOffset :: MetaTransformCopy -> IO Word64
- metaTransformCopyReadRegion :: MetaTransformCopy -> IO Bool
- metaTransformCopyReadSize :: MetaTransformCopy -> IO Word64
Exported types
newtype MetaTransformCopy Source
Constructors
| MetaTransformCopy (ForeignPtr MetaTransformCopy) |
Instances
| ((~) * info (ResolveMetaTransformCopyMethod t MetaTransformCopy), MethodInfo * info MetaTransformCopy p) => IsLabel t (MetaTransformCopy -> p) Source | |
| ((~) * info (ResolveMetaTransformCopyMethod t MetaTransformCopy), MethodInfo * info MetaTransformCopy p) => IsLabelProxy t (MetaTransformCopy -> p) Source | |
newZeroMetaTransformCopy :: MonadIO m => m MetaTransformCopy Source
Construct a MetaTransformCopy struct initialized to zero.