Webcam Library Reference Documentation  Logitech logo
_CPixelFormat Struct Reference

A description of a pixel format. More...

#include <common/include/webcam.h>

Data Fields

char fourcc [5]
 A FourCC code identifying the pixel format. More...
 
char * name
 A human-readable description of the pixel format.
 
char * mimeType
 The MIME type corresponding to the pixel format. More...
 

Detailed Description

A description of a pixel format.

Field Documentation

char _CPixelFormat::fourcc[5]

A FourCC code identifying the pixel format.

Note that this member contains an extra byte which will contain a \0 character when returned by c_enum_pixel_formats(). This allows the field to be treated like a NUL terminated string.

Referenced by c_enum_frame_intervals(), and c_enum_frame_sizes().

char* _CPixelFormat::mimeType

The MIME type corresponding to the pixel format.

This member can be NULL.

Referenced by c_enum_pixel_formats().


The documentation for this struct was generated from the following file:

Generated on Sun Apr 28 2013 23:41:33 for Webcam Library by Doxygen 1.8.3.1
Copyright © 2006-2008 Logitech.