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

Contents

Description

The default implementation of GstPad used with AudioAggregator

Synopsis

Exported types

newtype AudioAggregatorPad Source #

Memory-managed wrapper type.

Instances
GObject AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

Methods

gobjectType :: IO GType #

HasParentTypes AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

type ParentTypes AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

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

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

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

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.