gi-gst-1.0.22: GStreamer bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Objects.TracerRecord

Description

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

Since: 1.8

Synopsis

Exported types

newtype TracerRecord Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf TracerRecord o) => IsTracerRecord o Source #

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

Instances

Instances details
(GObject o, IsDescendantOf TracerRecord o) => IsTracerRecord o Source # 
Instance details

Defined in GI.Gst.Objects.TracerRecord

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.

Methods

Overloaded methods