![]() |
OpenDAFF C++ API
v1.7
Directional Audio File Format
|
This is the (pre) header of DAFF files. More...
#include <DAFFHeader.h>
Public Member Functions | |
void | fixEndianness () |
@ Number of file blocks More... | |
Public Attributes | |
uint8_t | pcSignature [2] |
int32_t | iFileFormatVersion |
@ The magical signature More... | |
int32_t | iNumFileBlocks |
@ (digits 0-2 => minor version, other digits => major version) More... | |
This is the (pre) header of DAFF files.
Definition at line 61 of file DAFFHeader.h.
|
inline |
@ Number of file blocks
Convert the little-endian file format into the systems endianness
Definition at line 73 of file DAFFHeader.h.
int32_t DAFFFileHeader::iFileFormatVersion |
@ The magical signature
Definition at line 65 of file DAFFHeader.h.
int32_t DAFFFileHeader::iNumFileBlocks |
@ (digits 0-2 => minor version, other digits => major version)
@ Version of file format
Definition at line 67 of file DAFFHeader.h.
uint8_t DAFFFileHeader::pcSignature[2] |
Definition at line 64 of file DAFFHeader.h.