Functions

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:
videoPointer 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