ADTF
|
The FOURCC type is used as identifier for video compression codecs. More...
Public Member Functions | |
tFOURCC () | |
Constructor. | |
tFOURCC (tUInt32 nFOURCC) | |
Constructor. More... | |
tFOURCC (const tChar *strFOURCC) | |
Constructor. More... | |
cString | asString () const |
Retrieve FOURCC value as string. More... | |
operator tUInt32 () const | |
Retrieve FOURCC value. More... | |
Public Attributes | |
tUInt32 | nValue |
FOURCC of codec as integer. | |
tChar | strValue [4] |
FOURCC of codec as string. | |
The FOURCC type is used as identifier for video compression codecs.
Definition at line 26 of file imagetypes.h.
Constructor.
nFOURCC | [in] FOURCC value. |
Definition at line 44 of file imagetypes.h.
References tFOURCC::nValue.
Constructor.
strFOURCC | [in] FOURCC value. |
Definition at line 54 of file imagetypes.h.
References cStringUtil::GetLength(), and tFOURCC::strValue.
|
inline |
Retrieve FOURCC value as string.
Definition at line 68 of file imagetypes.h.
References tFOURCC::strValue.
|
inline |
Retrieve FOURCC value.
Definition at line 84 of file imagetypes.h.
References tFOURCC::nValue.