gi-gstaudio-1.0.22: GStreamerAudio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstAudio.Objects.AudioAggregatorConvertPad

Description

An implementation of GstPad that can be used with AudioAggregator.

See AudioAggregator for more details.

Since: 1.14

Synopsis

Exported types

newtype AudioAggregatorConvertPad Source #

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

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

Methods

Overloaded methods

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, 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.

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 ]