|
VLC
3.0.18
|
Log message. More...
Data Fields | |
| uintptr_t | i_object_id |
| Emitter (temporarily) unique object ID or 0. More... | |
| const char * | psz_object_type |
| Emitter object type name. More... | |
| const char * | psz_module |
| Emitter module (source code) More... | |
| const char * | psz_header |
| Additional header (used by VLM media) More... | |
| const char * | file |
| Source code file name or NULL. More... | |
| int | line |
| Source code file line number or -1. More... | |
| const char * | func |
| Source code calling function name or NULL. More... | |
| unsigned long | tid |
| Emitter thread ID. More... | |
Log message.
| const char* vlc_log_t::file |
Source code file name or NULL.
Referenced by vlc_vaLog().
| const char* vlc_log_t::func |
Source code calling function name or NULL.
Referenced by vlc_vaLog().
| uintptr_t vlc_log_t::i_object_id |
Emitter (temporarily) unique object ID or 0.
Referenced by vlc_vaLog().
| int vlc_log_t::line |
Source code file line number or -1.
Referenced by vlc_vaLog().
| const char* vlc_log_t::psz_header |
Additional header (used by VLM media)
Referenced by vlc_vaLog().
| const char* vlc_log_t::psz_module |
Emitter module (source code)
Referenced by vlc_vaLog().
| const char* vlc_log_t::psz_object_type |
Emitter object type name.
Referenced by vlc_vaLog().
| unsigned long vlc_log_t::tid |
Emitter thread ID.
Referenced by vlc_vaLog().
1.8.16