section-video
void flickcurl_free_video (flickcurl_video *video);
flickcurl_video *video
Destructor for video object
video
video object
typedef struct { int ready; int failed; int pending; int duration; int width; int height; } flickcurl_video;
A video.
int ready;
ready
video is ready flag
int failed;
failed
video failed
int pending;
pending
video pending
int duration;
duration
video duration in seconds
int width;
width
video width
int height;
height
video height