|
RetroArch
|
#include <string.h>#include "camera_driver.h"#include "../configuration.h"#include "../driver.h"#include "../retroarch.h"#include "../list_special.h"#include "../verbosity.h"Functions | |
| const void * | camera_driver_find_handle (int idx) |
| const char * | camera_driver_find_ident (int idx) |
| const char * | config_get_camera_driver_options (void) |
| void | driver_camera_stop (void) |
| bool | driver_camera_start (void) |
| void | camera_driver_poll (void) |
| bool | camera_driver_ctl (enum rarch_camera_ctl_state state, void *data) |
Variables | |
| static const camera_driver_t * | camera_drivers [] |
| static struct retro_camera_callback | camera_cb |
| static const camera_driver_t * | camera_driver = NULL |
| static void * | camera_data = NULL |
| static bool | camera_driver_active = false |
| static bool | camera_driver_data_own = false |
| bool camera_driver_ctl | ( | enum rarch_camera_ctl_state | state, |
| void * | data | ||
| ) |
camera_driver_find_handle: : index of driver to get handle to.
Returns: handle to camera driver at index. Can be NULL if nothing found.
| const char* camera_driver_find_ident | ( | int | idx | ) |
camera_driver_find_ident: : index of driver to get handle to.
Returns: Human-readable identifier of camera driver at index. Can be NULL if nothing found.
config_get_camera_driver_options:
Get an enumerated list of all camera driver names, separated by '|'.
Returns: string listing of all camera driver names, separated by '|'.
|
static |
|
static |
|
static |
1.8.15