Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
VuoQtListener.m File Reference

Description

VuoQtListener implementation.

Macros

#define FourCC2Str(code)   (char[5]){(code >> 24) & 0xFF, (code >> 16) & 0xFF, (code >> 8) & 0xFF, code & 0xFF, 0}
 Converts a FourCC (4-byte string packed into a 32-bit integer) to a null-terminated string.
 

Macro Definition Documentation

#define FourCC2Str (   code)    (char[5]){(code >> 24) & 0xFF, (code >> 16) & 0xFF, (code >> 8) & 0xFF, code & 0xFF, 0}

Converts a FourCC (4-byte string packed into a 32-bit integer) to a null-terminated string.