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
- videoChromaResampleFree :: (HasCallStack, MonadIO m) => VideoChromaResample -> m ()
- videoChromaResampleGetInfo :: (HasCallStack, MonadIO m) => VideoChromaResample -> Word32 -> Int32 -> m ()
Exported types
newtype VideoChromaResample Source #
Constructors
VideoChromaResample (ManagedPtr VideoChromaResample) |
Instances
Methods
free
videoChromaResampleFree Source #
Arguments
:: (HasCallStack, MonadIO m) | |
=> VideoChromaResample |
|
-> m () |
Free resample
getInfo
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
.