Class Tracer

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
Tracer.TracerImpl

@Generated("io.github.jwharm.JavaGI") public abstract class Tracer extends GstObject
Tracing modules will subclass GstTracer and register through gst_tracer_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.