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

Description

The default implementation of GstPad used with AudioAggregator

Since: 1.14

Synopsis

Exported types

newtype AudioAggregatorPad Source #

Memory-managed wrapper type.

Constructors

AudioAggregatorPad (ManagedPtr AudioAggregatorPad) 

Instances

Instances details
Eq AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

GObject AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

ManagedPtrNewtype AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

TypedObject AudioAggregatorPad Source # 
Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

Methods

glibType :: IO GType

IsGValue AudioAggregatorPad Source #

Convert AudioAggregatorPad to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GstAudio.Objects.AudioAggregatorPad

Methods

toGValue :: AudioAggregatorPad -> IO GValue

fromGValue :: GValue -> IO AudioAggregatorPad

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]

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