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.VideoFilter
Contents
Description
Provides useful functions and a base class for video filters.
The videofilter will by default enable QoS on the parent GstBaseTransform to implement frame dropping.
- newtype VideoFilter = VideoFilter (ManagedPtr VideoFilter)
- class GObject o => IsVideoFilter o
- toVideoFilter :: (MonadIO m, IsVideoFilter o) => o -> m VideoFilter
- noVideoFilter :: Maybe VideoFilter
Exported types
newtype VideoFilter Source #
Constructors
VideoFilter (ManagedPtr VideoFilter) |
class GObject o => IsVideoFilter o Source #
Instances
toVideoFilter :: (MonadIO m, IsVideoFilter o) => o -> m VideoFilter Source #