gi-gstaudio-1.0.19: GStreamerAudio 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.GstAudio.Objects.AudioAggregatorConvertPad

Contents

Description

An implementation of GstPad that can be used with AudioAggregator.

See AudioAggregator for more details.

Synopsis

Exported types

newtype AudioAggregatorConvertPad Source #

Memory-managed wrapper type.

Instances
GObject AudioAggregatorConvertPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad

Methods

gobjectType :: IO GType

HasParentTypes AudioAggregatorConvertPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad

type ParentTypes AudioAggregatorConvertPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad

type ParentTypes AudioAggregatorConvertPad = AudioAggregatorPad ': (AggregatorPad ': (Pad ': (Object ': (Object ': ([] :: [Type])))))

class (GObject o, IsDescendantOf AudioAggregatorConvertPad o) => IsAudioAggregatorConvertPad o Source #

Type class for types which can be safely cast to AudioAggregatorConvertPad, for instance with toAudioAggregatorConvertPad.

Instances
(GObject o, IsDescendantOf AudioAggregatorConvertPad o) => IsAudioAggregatorConvertPad o Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad

toAudioAggregatorConvertPad :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m AudioAggregatorConvertPad Source #

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

Properties

converterConfig

No description available in the introspection data.

clearAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m () Source #

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

clear #converterConfig

constructAudioAggregatorConvertPadConverterConfig :: IsAudioAggregatorConvertPad 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.

getAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m (Maybe Structure) Source #

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

get audioAggregatorConvertPad #converterConfig

setAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> Structure -> m () Source #

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

set audioAggregatorConvertPad [ #converterConfig := value ]