Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.GstAudio.Objects.AudioAggregatorConvertPad
Description
An implementation of GstPad that can be used with AudioAggregator
.
See AudioAggregator
for more details.
Since: 1.14
Synopsis
- newtype AudioAggregatorConvertPad = AudioAggregatorConvertPad (ManagedPtr AudioAggregatorConvertPad)
- class (GObject o, IsDescendantOf AudioAggregatorConvertPad o) => IsAudioAggregatorConvertPad o
- toAudioAggregatorConvertPad :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m AudioAggregatorConvertPad
- clearAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m ()
- constructAudioAggregatorConvertPadConverterConfig :: (IsAudioAggregatorConvertPad o, MonadIO m) => Structure -> m (GValueConstruct o)
- getAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> m (Maybe Structure)
- setAudioAggregatorConvertPadConverterConfig :: (MonadIO m, IsAudioAggregatorConvertPad o) => o -> Structure -> m ()
Exported types
newtype AudioAggregatorConvertPad Source #
Memory-managed wrapper type.
Constructors
AudioAggregatorConvertPad (ManagedPtr AudioAggregatorConvertPad) |
Instances
Eq AudioAggregatorConvertPad Source # | |
Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad Methods (==) :: AudioAggregatorConvertPad -> AudioAggregatorConvertPad -> Bool # (/=) :: AudioAggregatorConvertPad -> AudioAggregatorConvertPad -> Bool # | |
GObject AudioAggregatorConvertPad Source # | |
ManagedPtrNewtype AudioAggregatorConvertPad Source # | |
TypedObject AudioAggregatorConvertPad Source # | |
HasParentTypes AudioAggregatorConvertPad Source # | |
IsGValue (Maybe AudioAggregatorConvertPad) Source # | Convert |
Defined in GI.GstAudio.Objects.AudioAggregatorConvertPad Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe AudioAggregatorConvertPad -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe AudioAggregatorConvertPad) # | |
type ParentTypes AudioAggregatorConvertPad Source # | |
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
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
Click to display all available methods, including inherited ones
Methods
activateMode, addControlBinding, addProbe, bindProperty, bindPropertyFull, canLink, chain, chainList, checkReconfigure, createStreamId, defaultError, dropBuffer, eventDefault, forceFloating, forward, freezeNotify, getv, hasActiveControlBindings, hasAncestor, hasAsAncestor, hasAsParent, hasBuffer, hasCurrentCaps, isActive, isBlocked, isBlocking, isEos, isFloating, isLinked, iterateInternalLinks, iterateInternalLinksDefault, link, linkFull, linkMaybeGhosting, linkMaybeGhostingFull, markReconfigure, needsReconfigure, notify, notifyByPspec, pauseTask, peekBuffer, peerQuery, peerQueryAcceptCaps, peerQueryCaps, peerQueryConvert, peerQueryDuration, peerQueryPosition, popBuffer, proxyQueryAcceptCaps, proxyQueryCaps, pullRange, push, pushEvent, pushList, query, queryAcceptCaps, queryCaps, queryConvert, queryDefault, queryDuration, queryPosition, ref, refSink, removeControlBinding, removeProbe, runDispose, sendEvent, startTask, stealData, stealQdata, stickyEventsForeach, stopTask, storeStickyEvent, suggestNextSync, syncValues, thawNotify, unlink, unparent, unref, useFixedCaps, watchClosure.
Getters
getAllowedCaps, getControlBinding, getControlRate, getCurrentCaps, getData, getDirection, getElementPrivate, getGValueArray, getLastFlowReturn, getName, getOffset, getPadTemplate, getPadTemplateCaps, getParent, getParentElement, getPathString, getPeer, getProperty, getQdata, getRange, getSingleInternalLink, getStickyEvent, getStream, getStreamId, getTaskState, getValue.
Setters
setActivateFunctionFull, setActivatemodeFunctionFull, setActive, setChainFunctionFull, setChainListFunctionFull, setControlBindingDisabled, setControlBindingsDisabled, setControlRate, setData, setDataFull, setElementPrivate, setEventFullFunctionFull, setEventFunctionFull, setGetrangeFunctionFull, setIterateInternalLinksFunctionFull, setLinkFunctionFull, setName, setOffset, setParent, setProperty, setQueryFunctionFull, setUnlinkFunctionFull.
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 ]