// Convert string describing one or more video standards into a mask of V4L // standard bits. Return true if conversion succeeds otherwise return // false. String is expected to be of the form: C1-x/y;C2-a/b where C1 and // C2 are color system names (e.g. "PAL", "NTSC") and x, y, a, and b are // modulation schemes (e.g. "M", "B", "G", etc). int pvr2_std_str_to_id(v4l2_std_id *idPtr,constchar *bufPtr, unsignedint bufSize);
// Convert any arbitrary set of video standard bits into an unambiguous // readable string. Return value is the number of bytes consumed in the // buffer. The formatted string is of a form that can be parsed by our // sibling std_std_to_id() function. unsignedint pvr2_std_id_to_str(char *bufPtr, unsignedint bufSize,
v4l2_std_id id);
// Return mask of which video standard bits are valid
v4l2_std_id pvr2_std_get_usable(void);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.