gi-gstvideo-1.0.20: GStreamerVideo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Objects.VideoAggregatorConvertPad

Contents

Description

An implementation of GstPad that can be used with VideoAggregator.

See VideoAggregator for more details.

Synopsis

Exported types

newtype VideoAggregatorConvertPad Source #

Memory-managed wrapper type.

Instances
GObject VideoAggregatorConvertPad Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoAggregatorConvertPad

Methods

gobjectType :: IO GType

HasParentTypes VideoAggregatorConvertPad Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoAggregatorConvertPad

type ParentTypes VideoAggregatorConvertPad Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoAggregatorConvertPad

type ParentTypes VideoAggregatorConvertPad = VideoAggregatorPad ': (AggregatorPad ': (Pad ': (Object ': (Object ': ([] :: [Type])))))

class (GObject o, IsDescendantOf VideoAggregatorConvertPad o) => IsVideoAggregatorConvertPad o Source #

Type class for types which can be safely cast to VideoAggregatorConvertPad, for instance with toVideoAggregatorConvertPad.

Instances
(GObject o, IsDescendantOf VideoAggregatorConvertPad o) => IsVideoAggregatorConvertPad o Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoAggregatorConvertPad

toVideoAggregatorConvertPad :: (MonadIO m, IsVideoAggregatorConvertPad o) => o -> m VideoAggregatorConvertPad Source #

Cast to VideoAggregatorConvertPad, for types for which this is known to be safe. For general casts, use castTo.

Methods

updateConversionInfo

videoAggregatorConvertPadUpdateConversionInfo Source #

Arguments

:: (HasCallStack, MonadIO m, IsVideoAggregatorConvertPad a) 
=> a

pad: a VideoAggregatorPad

-> m () 

Requests the pad to check and update the converter before the next usage to update for any changes that have happened.

Properties

converterConfig

No description available in the introspection data.

clearVideoAggregatorConvertPadConverterConfig :: (MonadIO m, IsVideoAggregatorConvertPad o) => o -> m () Source #

Set the value of the “converter-config” property to Nothing. When overloading is enabled, this is equivalent to

clear #converterConfig

constructVideoAggregatorConvertPadConverterConfig :: IsVideoAggregatorConvertPad o => Structure -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “converter-config” property. This is rarely needed directly, but it is used by new.

getVideoAggregatorConvertPadConverterConfig :: (MonadIO m, IsVideoAggregatorConvertPad o) => o -> m (Maybe Structure) Source #

Get the value of the “converter-config” property. When overloading is enabled, this is equivalent to

get videoAggregatorConvertPad #converterConfig

setVideoAggregatorConvertPadConverterConfig :: (MonadIO m, IsVideoAggregatorConvertPad o) => o -> Structure -> m () Source #

Set the value of the “converter-config” property. When overloading is enabled, this is equivalent to

set videoAggregatorConvertPad [ #converterConfig := value ]