Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype VideoChromaResample = VideoChromaResample (ManagedPtr VideoChromaResample)
- videoChromaResampleFree :: (HasCallStack, MonadIO m) => VideoChromaResample -> m ()
- videoChromaResampleGetInfo :: (HasCallStack, MonadIO m) => VideoChromaResample -> m (Word32, Int32)
Exported types
newtype VideoChromaResample Source #
Memory-managed wrapper type.
VideoChromaResample (ManagedPtr VideoChromaResample) |
Instances
Eq VideoChromaResample Source # | |
Defined in GI.GstVideo.Structs.VideoChromaResample (==) :: VideoChromaResample -> VideoChromaResample -> Bool # (/=) :: VideoChromaResample -> VideoChromaResample -> Bool # | |
BoxedPtr VideoChromaResample Source # | |
Defined in GI.GstVideo.Structs.VideoChromaResample | |
ManagedPtrNewtype VideoChromaResample Source # | |
Defined in GI.GstVideo.Structs.VideoChromaResample toManagedPtr :: VideoChromaResample -> ManagedPtr VideoChromaResample |
Methods
Click to display all available methods, including inherited ones
free
videoChromaResampleFree Source #
:: (HasCallStack, MonadIO m) | |
=> VideoChromaResample |
|
-> m () |
Free resample
getInfo
videoChromaResampleGetInfo Source #
:: (HasCallStack, MonadIO m) | |
=> VideoChromaResample |
|
-> m (Word32, Int32) |
The resampler must be fed nLines
at a time. The first line should be
at offset
.