Releasing
[Parsing video links]

Functions

void quvi_parse_close (quvi_video_t *video)
 End a video parsing session.

Function Documentation

void quvi_parse_close ( quvi_video_t video  ) 

End a video parsing session.

Parameters:
video Pointer to a video session
See also:
quvi_parse

Example:

 quvi_t quvi;
 quvi_video_t video;
 ...
 quvi_init(&quvi);
 quvi_parse(quvi, ..., &video);
 quvi_parse_close(&video);
 quvi_close(&quvi);
Examples:
quvi.c, and simple.c.
 All Files Functions Typedefs Enumerations Enumerator Defines

Generated on 5 Sep 2010 by  doxygen 1.6.1