Parsing video links
[Functions]

Modules

 Getting parsed video properties
 Utility functions
 Releasing

Functions

QUVIcode quvi_parse (quvi_t quvi, char *url, quvi_video_t *video)
 Start a new video parsing session.

Function Documentation

QUVIcode quvi_parse ( quvi_t  quvi,
char *  url,
quvi_video_t video 
)

Start a new video parsing session.

Parameters:
quvi Handle to a session
url Null-terminated string to an URL
video Pointer to a new video session handle
Note:
Close each created handle when done and/or before reusing it
Returns:
Non-zero if an error occurred
See also:
quvi_parse_close

Example:

 quvi_t quvi;
 quvi_video_t video;
 quvi_init(&quvi);
 quvi_parse(quvi, "http://www.youtube.com/watch?v=DeWsZ2b_pK4", &video);
 ...
Examples:
quvi.c, and simple.c.
 All Files Functions Typedefs Enumerations Enumerator Defines

Generated on 5 Sep 2010 by  doxygen 1.6.1