gi-gst-1.0.14: 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.Tracer

Contents

Description

Tracing modules will subclass Tracer and register through gst_tracing_register(). Modules can attach to various hook-types - see gst_tracing_register_hook(). When invoked they receive hook specific contextual data, which they must not modify.

Synopsis

Exported types

toTracer :: (MonadIO m, IsTracer o) => o -> m Tracer Source #

Properties

params

clearTracerParams :: (MonadIO m, IsTracer o) => o -> m () Source #

setTracerParams :: (MonadIO m, IsTracer o) => o -> Text -> m () Source #