Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.GstAudio.Objects.AudioAggregatorPad
Contents
Description
The default implementation of GstPad used with AudioAggregator
Synopsis
- newtype AudioAggregatorPad = AudioAggregatorPad (ManagedPtr AudioAggregatorPad)
- class GObject o => IsAudioAggregatorPad o
- toAudioAggregatorPad :: (MonadIO m, IsAudioAggregatorPad o) => o -> m AudioAggregatorPad
- noAudioAggregatorPad :: Maybe AudioAggregatorPad
Exported types
newtype AudioAggregatorPad Source #
Memory-managed wrapper type.
Constructors
AudioAggregatorPad (ManagedPtr AudioAggregatorPad) |
Instances
class GObject o => IsAudioAggregatorPad o Source #
Type class for types which can be safely cast to AudioAggregatorPad
, for instance with toAudioAggregatorPad
.
Instances
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
.
noAudioAggregatorPad :: Maybe AudioAggregatorPad Source #
A convenience alias for Nothing
:: Maybe
AudioAggregatorPad
.