gi-gstaudio-1.0.21: 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.AudioAggregatorPad

Description

The default implementation of GstPad used with AudioAggregator

Synopsis

Exported types

class (GObject o, IsDescendantOf AudioAggregatorPad o) => IsAudioAggregatorPad o Source #

Type class for types which can be safely cast to AudioAggregatorPad, for instance with toAudioAggregatorPad.

Instances

Instances details
(GObject o, IsDescendantOf AudioAggregatorPad o) => IsAudioAggregatorPad o Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

toAudioAggregatorPad :: (MonadIO m, IsAudioAggregatorPad o) => o -> m AudioAggregatorPad Source #

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

Methods

Overloaded methods