Next:
4. Device Reference
Up:
3. Library Reference
Previous:
3.2 device
Contents
Subsections
Synopsis
3.3 Errors
Synopsis
Most functions in
libplayerc
will return 0 on success and non-zero value on error. A descriptive error message will also be written into the error string.
extern const char *playerc_error_str(void);
Retrieve the last error (as a descriptive string).
2004-05-31