gi-gstvideo-1.0.23: GStreamerVideo bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Objects.VideoAggregatorConvertPad

Description

An implementation of GstPad that can be used with VideoAggregator.

See VideoAggregator for more details.

Since: 1.16

Synopsis

Exported types

newtype VideoAggregatorConvertPad Source #

Memory-managed wrapper 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

Instances details
(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

Overloaded 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, MonadIO m) => Structure -> m (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 ]