gi-gstaudio-1.0.24: GStreamerAudio bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstAudio.Objects.AudioAggregatorPad

Description

The default implementation of GstPad used with AudioAggregator

Since: 1.14

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

Click to display all available methods, including inherited ones

Expand

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

qosMessages

Emit QoS messages when dropping buffers.

Since: 1.20

constructAudioAggregatorPadQosMessages :: (IsAudioAggregatorPad o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “qos-messages” property. This is rarely needed directly, but it is used by new.

getAudioAggregatorPadQosMessages :: (MonadIO m, IsAudioAggregatorPad o) => o -> m Bool Source #

Get the value of the “qos-messages” property. When overloading is enabled, this is equivalent to

get audioAggregatorPad #qosMessages

setAudioAggregatorPadQosMessages :: (MonadIO m, IsAudioAggregatorPad o) => o -> Bool -> m () Source #

Set the value of the “qos-messages” property. When overloading is enabled, this is equivalent to

set audioAggregatorPad [ #qosMessages := value ]