![]() |
OkoLib
library for accessing Okolab devices
|
Functions | |
| oko_res_type | oko_StartPlayback (uint32_t deviceh, const char *filename) |
| Start the playback feature for the specified device. More... | |
| oko_res_type | oko_StopPlayback (uint32_t deviceh) |
| Start the playback feature for the specified device. More... | |
| oko_res_type | oko_PlaybakGetFileName (uint32_t deviceh, char *filename) |
| Get the file path used to playback the specified device. More... | |
| oko_res_type oko_PlaybakGetFileName | ( | uint32_t | deviceh, |
| char * | filename | ||
| ) |
Get the file path used to playback the specified device.
| [in] | deviceh | A valid device handle. |
| [out] | filename | The file path from which data will be loaded. String needs to be pre-allocated by the caller. |
| oko_res_type oko_StartPlayback | ( | uint32_t | deviceh, |
| const char * | filename | ||
| ) |
Start the playback feature for the specified device.
| [in] | deviceh | A valid device handle. |
| [in] | filename | The file path from which data will be loaded. |
| oko_res_type oko_StopPlayback | ( | uint32_t | deviceh | ) |
Start the playback feature for the specified device.
| [in] | deviceh | A valid device handle. |