capture_context_t

Pointer to a video capture context.

Synopsis:

#include <vcapture/capture.h>
typedef struct _capture_context    *capture_context_t;

Library:

libcapture

Description:

The capture_context_t data structure is a pointer (or handle) to a video capture context. It is populated by a successful call to capture_context_create().

For more information about video capture contexts, see "Contexts".