libgpac
Documentation of the core library of GPAC
|
#import "sensors.h"
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 | ) |
int sensor_stop | ( | void * | inst | ) |
int sensor_is_running | ( | void * | inst | ) |
void* sensor_create | ( | int | type, |
SensorDataCallback * | callback | ||
) |
int sensor_destroy | ( | void ** | inst | ) |