Getting parsed video properties
[Parsing video links]

Functions

QUVIcode quvi_getprop (quvi_video_t video, QUVIproperty prop,...)
 Get video property information from a video session handle.

Function Documentation

QUVIcode quvi_getprop ( quvi_video_t  video,
QUVIproperty  prop,
  ... 
)

Get video property information from a video session handle.

Parameters:
video Handle to a video session
prop Property ID
... Parameter
Returns:
Non-zero if an error occurred
Warning:
Do not attempt to free the memory returned by this function
See also:
QUVIproperty

Example:

 char *url;
 ...
 quvi_getprop(video, QUVIPROP_VIDEOURL, &url);
 puts(url);
 ...
Examples:
quvi.c, and simple.c.
 All Files Functions Typedefs Enumerations Enumerator Defines

Generated on 5 Sep 2010 by  doxygen 1.6.1