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.Structs.VideoChromaResample
Contents
Description
- newtype VideoChromaResample = VideoChromaResample (ManagedPtr VideoChromaResample)
- noVideoChromaResample :: Maybe VideoChromaResample
- data VideoChromaResampleFreeMethodInfo
- videoChromaResampleFree :: (HasCallStack, MonadIO m) => VideoChromaResample -> m ()
- data VideoChromaResampleGetInfoMethodInfo
- videoChromaResampleGetInfo :: (HasCallStack, MonadIO m) => VideoChromaResample -> Word32 -> Int32 -> m ()
Exported types
newtype VideoChromaResample Source #
Constructors
VideoChromaResample (ManagedPtr VideoChromaResample) |
Instances
WrappedPtr VideoChromaResample Source # | |
((~) * info (ResolveVideoChromaResampleMethod t VideoChromaResample), MethodInfo * info VideoChromaResample p) => IsLabel t (VideoChromaResample -> p) Source # | |
((~) * info (ResolveVideoChromaResampleMethod t VideoChromaResample), MethodInfo * info VideoChromaResample p) => IsLabelProxy t (VideoChromaResample -> p) Source # | |
HasAttributeList * VideoChromaResample Source # | |
((~) * signature (Word32 -> Int32 -> m ()), MonadIO m) => MethodInfo * VideoChromaResampleGetInfoMethodInfo VideoChromaResample signature Source # | |
((~) * signature (m ()), MonadIO m) => MethodInfo * VideoChromaResampleFreeMethodInfo VideoChromaResample signature Source # | |
type AttributeList VideoChromaResample Source # | |
Methods
free
data VideoChromaResampleFreeMethodInfo Source #
Instances
((~) * signature (m ()), MonadIO m) => MethodInfo * VideoChromaResampleFreeMethodInfo VideoChromaResample signature Source # | |
videoChromaResampleFree Source #
Arguments
:: (HasCallStack, MonadIO m) | |
=> VideoChromaResample |
|
-> m () |
Free resample
getInfo
data VideoChromaResampleGetInfoMethodInfo Source #
Instances
((~) * signature (Word32 -> Int32 -> m ()), MonadIO m) => MethodInfo * VideoChromaResampleGetInfoMethodInfo VideoChromaResample signature Source # | |
videoChromaResampleGetInfo Source #
Arguments
:: (HasCallStack, MonadIO m) | |
=> VideoChromaResample |
|
-> Word32 |
|
-> Int32 |
|
-> m () |
The resampler must be fed nLines
at a time. The first line should be
at offset
.