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

Contents

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.

Instances
GObject TracerRecord Source # 
Instance details

Defined in GI.Gst.Objects.TracerRecord

Methods

gobjectType :: IO GType #

HasParentTypes TracerRecord Source # 
Instance details

Defined in GI.Gst.Objects.TracerRecord

type ParentTypes TracerRecord Source # 
Instance details

Defined in GI.Gst.Objects.TracerRecord

type ParentTypes TracerRecord = Object ': (Object ': ([] :: [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
(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.