gi-gstaudio-1.0.18: 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

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 ]