This file defines functions and structures to run-time probe VLC extensions.
More...
Go to the source code of this file.
Detailed Description
This file defines functions and structures to run-time probe VLC extensions.
Define Documentation
| #define vlc_probe |
( |
|
obj, |
|
|
|
cap, |
|
|
|
pcount | |
|
) |
| | vlc_probe(VLC_OBJECT(obj), cap, pcount) |
| #define VLC_PROBE_CONTINUE VLC_EGENERIC |
| #define VLC_PROBE_STOP VLC_SUCCESS |
Typedef Documentation
Function Documentation
| void* vlc_probe |
( |
vlc_object_t * |
, |
|
|
const char * |
, |
|
|
size_t * |
restrict | |
|
) |
| | |
| static int vlc_probe_add |
( |
vlc_probe_t * |
obj, |
|
|
const void * |
data, |
|
|
size_t |
len | |
|
) |
| | [inline, static] |