![]() |
libgpac
Documentation of the core library of GPAC
|
import "sensors.h"
Include dependency graph for sensors.m:Functions | |
| int | sensor_get_type (void *inst) |
| int | sensor_start (void *inst) |
| int | sensor_stop (void *inst) |
| int | sensor_is_running (void *inst) |
| void * | sensor_create (int type, SensorDataCallback *callback) |
| int | sensor_destroy (void **inst) |
| int sensor_get_type | ( | void * | inst | ) |
| int sensor_start | ( | void * | inst | ) |
Here is the caller graph for this function:| int sensor_stop | ( | void * | inst | ) |
Here is the caller graph for this function:| int sensor_is_running | ( | void * | inst | ) |
| void * sensor_create | ( | int | type, |
| SensorDataCallback * | callback | ||
| ) |
Here is the caller graph for this function:| int sensor_destroy | ( | void ** | inst | ) |