libgpac
Documentation of the core library of GPAC
sensors.m File Reference
#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)
 

Function Documentation

◆ sensor_get_type()

int sensor_get_type ( void *  inst)

◆ sensor_start()

int sensor_start ( void *  inst)
+ Here is the caller graph for this function:

◆ sensor_stop()

int sensor_stop ( void *  inst)
+ Here is the caller graph for this function:

◆ sensor_is_running()

int sensor_is_running ( void *  inst)

◆ sensor_create()

void* sensor_create ( int  type,
SensorDataCallback callback 
)
+ Here is the caller graph for this function:

◆ sensor_destroy()

int sensor_destroy ( void **  inst)