|
VLC 4.0.0-dev
|
Data Structures | |
| union | vlc_tracer_value_t |
| struct | vlc_tracer_entry |
| Trace message. More... | |
| struct | vlc_tracer_trace |
| Trace record containing the key-values from the trace. More... | |
| struct | vlc_tracer_operations |
| Tracer operations returned by the module probe function. More... | |
Typedefs | |
| typedef struct vlc_tracer_operations *(* | vlc_tracer_open_cb) (vlc_object_t *obj, void **restrict sysp) |
| Module probe/open function signature. | |
Enumerations | |
| enum | vlc_tracer_value { VLC_TRACER_INT , VLC_TRACER_DOUBLE , VLC_TRACER_STRING , VLC_TRACER_UINT } |
| Trace message values. More... | |
| typedef struct vlc_tracer_operations *(* vlc_tracer_open_cb) (vlc_object_t *obj, void **restrict sysp) |
Module probe/open function signature.
| obj | a valid object | |
| [out] | sysp | to module specific data |
| enum vlc_tracer_value |