Iff Classes
Iff data creation and interpretation. More...
Collaboration diagram for Iff Classes:
Classes | |
class | Murl::Util::IffHeader |
The Interchange File Format header format structure. More... | |
class | Murl::Util::IffChunk |
The Interchange File Format chunk format structure. More... | |
class | Murl::Util::IffData |
The Interchange File Format data class. More... | |
class | Murl::Util::IffStream |
The Interchange File Format stream class. More... | |
Typedefs | |
using | Murl::Util::IffChunkArray = Array< IffChunk * > |
Definition of the IffChunk pointer array. | |
Functions | |
UInt32 | Murl::Util::IffFourCC (UInt32 fourCC) |
Compute an integer value from a FourCC. More... | |
Detailed Description
Iff data creation and interpretation.
Function Documentation
◆ IffFourCC()
Compute an integer value from a FourCC.
The FourCC value is converted to the host's byte ordering.
- Parameters
-
fourCC The FourCC value.
- Returns
- The FourCC integer value.
Referenced by Murl::Util::IffHeader::GetForm(), Murl::Util::IffHeader::GetFourCC(), Murl::Util::IffChunk::GetFourCC(), Murl::Util::IffHeader::SetForm(), Murl::Util::IffHeader::SetFourCC(), and Murl::Util::IffChunk::SetFourCC().