gi-gst-1.0.18: GStreamer bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Structs.ValueTable

Contents

Description

VTable for the Value type.

Synopsis

Exported types

newZeroValueTable :: MonadIO m => m ValueTable Source #

Construct a ValueTable struct initialized to zero.

Properties

compare

clearValueTableCompare :: MonadIO m => ValueTable -> m () Source #

Set the value of the “compare” field to Nothing. When overloading is enabled, this is equivalent to

clear #compare

getValueTableCompare :: MonadIO m => ValueTable -> m (Maybe ValueCompareFunc) Source #

Get the value of the “compare” field. When overloading is enabled, this is equivalent to

get valueTable #compare

setValueTableCompare :: MonadIO m => ValueTable -> FunPtr C_ValueCompareFunc -> m () Source #

Set the value of the “compare” field. When overloading is enabled, this is equivalent to

set valueTable [ #compare := value ]

deserialize

clearValueTableDeserialize :: MonadIO m => ValueTable -> m () Source #

Set the value of the “deserialize” field to Nothing. When overloading is enabled, this is equivalent to

clear #deserialize

getValueTableDeserialize :: MonadIO m => ValueTable -> m (Maybe ValueDeserializeFunc) Source #

Get the value of the “deserialize” field. When overloading is enabled, this is equivalent to

get valueTable #deserialize

setValueTableDeserialize :: MonadIO m => ValueTable -> FunPtr C_ValueDeserializeFunc -> m () Source #

Set the value of the “deserialize” field. When overloading is enabled, this is equivalent to

set valueTable [ #deserialize := value ]

serialize

clearValueTableSerialize :: MonadIO m => ValueTable -> m () Source #

Set the value of the “serialize” field to Nothing. When overloading is enabled, this is equivalent to

clear #serialize

getValueTableSerialize :: MonadIO m => ValueTable -> m (Maybe ValueSerializeFunc) Source #

Get the value of the “serialize” field. When overloading is enabled, this is equivalent to

get valueTable #serialize

setValueTableSerialize :: MonadIO m => ValueTable -> FunPtr C_ValueSerializeFunc -> m () Source #

Set the value of the “serialize” field. When overloading is enabled, this is equivalent to

set valueTable [ #serialize := value ]

type

getValueTableType :: MonadIO m => ValueTable -> m GType Source #

Get the value of the “type” field. When overloading is enabled, this is equivalent to

get valueTable #type

setValueTableType :: MonadIO m => ValueTable -> GType -> m () Source #

Set the value of the “type” field. When overloading is enabled, this is equivalent to

set valueTable [ #type := value ]