gi-gstaudio-0.1.6.13: GstAudio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GstAudio.Structs.AudioDownmixMeta

Contents

Description

Extra buffer metadata describing audio downmixing matrix. This metadata is attached to audio buffers and contains a matrix to downmix the buffer number of channels to @channels.

matrix is an two-dimensional array of to_channels times from_channels coefficients, i.e. the i-th output channels is constructed by multiplicating the input channels with the coefficients in matrix[i] and taking the sum of the results.

Synopsis

Exported types

newtype AudioDownmixMeta Source

Instances

((~) * info (ResolveAudioDownmixMetaMethod t AudioDownmixMeta), MethodInfo * info AudioDownmixMeta p) => IsLabel t (AudioDownmixMeta -> p) Source 
((~) * info (ResolveAudioDownmixMetaMethod t AudioDownmixMeta), MethodInfo * info AudioDownmixMeta p) => IsLabelProxy t (AudioDownmixMeta -> p) Source 

newZeroAudioDownmixMeta :: MonadIO m => m AudioDownmixMeta Source

Construct a AudioDownmixMeta struct initialized to zero.

Methods

audioDownmixMetaGetInfo

Properties

FromChannels

FromPosition

Matrix

Meta

ToChannels

ToPosition