[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

disp_vcap_channel_status_t

Status of a video capture unit

Synopsis:

typedef struct {
	unsigned 	size;
	unsigned	flags;
	unsigned	reserved[8];
} disp_vcap_channel_status_t;

Description:

The disp_vcap_channel_status_t structure describes the status of a video capture unit. The members include:

size
Filled in with sizeof (disp_vcap_channel_status_t) on instantiation.
flags
Currently defined flags:

Classification:

Photon

See also:

disp_vcapfuncs_t


[Previous] [Contents] [Index] [Next]