gi-gst-1.0.15: 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.Objects.TracerRecord

Contents

Description

Tracing modules will create instances of this class to announce the data they will log and create a log formatter.

Synopsis

Exported types

newtype TracerRecord Source #

Memory-managed wrapper type.

class GObject o => IsTracerRecord o Source #

Type class for types which can be safely cast to TracerRecord, for instance with toTracerRecord.

toTracerRecord :: (MonadIO m, IsTracerRecord o) => o -> m TracerRecord Source #

Cast to TracerRecord, for types for which this is known to be safe. For general casts, use castTo.