7 #ifndef _IMAGE_TYPES_HEADER_
8 #define _IMAGE_TYPES_HEADER_
58 strValue[1] = (nLen > 1) ? strFOURCC[1] : 0;
59 strValue[2] = (nLen > 2) ? strFOURCC[2] : 0;
60 strValue[3] = (nLen > 3) ? strFOURCC[3] : 0;
char tChar
The tChar defines the type for platform character set (platform and compiler dependent type).
int tInt
type definition for signed integer value (platform and compiler dependent type).
uint32_t tUInt32
type definition for unsigned integer values (32bit) (platform and compiler independent type).
static tSize GetLength(const tChar *pcStr)
Returns the length of the string.
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
string_base< cStackString > cString
cString implementation for a stack string which works on stack if string is lower than A_UTILS_DEFAUL...
The FOURCC type is used as identifier for video compression codecs.
tFOURCC(tUInt32 nFOURCC)
Constructor.
tChar strValue[4]
FOURCC of codec as string.
cString asString() const
Retrieve FOURCC value as string.
tUInt32 nValue
FOURCC of codec as integer.
tFOURCC(const tChar *strFOURCC)
Constructor.