|
libquvi
|
Functions | |
| void | quvi_scan_free (quvi_scan_t handle) |
| Free all of memory used by a scan handle. | |
| quvi_scan_t | quvi_scan_new (quvi_t handle, const char *url) |
| Scan URL contents for supported embedded media URLs. | |
| const char * | quvi_scan_next_media_url (quvi_scan_t handle) |
| void quvi_scan_free | ( | quvi_scan_t | handle | ) |
Free all of memory used by a scan handle.
| quvi_scan_t quvi_scan_new | ( | quvi_t | handle, |
| const char * | url | ||
| ) |
Scan URL contents for supported embedded media URLs.
| const char* quvi_scan_next_media_url | ( | quvi_scan_t | handle | ) |
@return Next detected media URL (NULL-terminated) string or NULL
1.8.1.2