gi-gst-1.0.9: GStreamer 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.Gst.Structs.TimedValue

Contents

Description

Structure for saving a timestamp and a value.

Synopsis

Exported types

newtype TimedValue Source #

Constructors

TimedValue (ManagedPtr TimedValue) 

Instances

WrappedPtr TimedValue Source # 
(~) AttrOpTag tag AttrSet => Constructible TimedValue tag Source # 

Methods

new :: MonadIO m => (ManagedPtr TimedValue -> TimedValue) -> [AttrOp TimedValue tag] -> m TimedValue

((~) * info (ResolveTimedValueMethod t TimedValue), MethodInfo * info TimedValue p) => IsLabel t (TimedValue -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TimedValue -> p #

((~) * info (ResolveTimedValueMethod t TimedValue), MethodInfo * info TimedValue p) => IsLabelProxy t (TimedValue -> p) Source # 
HasAttributeList * TimedValue Source # 
type AttributeList TimedValue Source # 
type AttributeList TimedValue

newZeroTimedValue :: MonadIO m => m TimedValue Source #

Construct a TimedValue struct initialized to zero.

Properties

timestamp

timedValue_timestamp :: AttrLabelProxy "timestamp" Source #

value

timedValue_value :: AttrLabelProxy "value" Source #