ADTF File Library
Loading...
Searching...
No Matches
ifhd Namespace Reference

namespace for IFHD File library More...

Namespaces

namespace  exceptions
 namespace to collect special exceptions for ifhd file operations.
 
namespace  v100
 namespace for indexed file definitions in version 1.0
 
namespace  v110
 namespace for indexed file definitions in version 1.1
 
namespace  v201_v301
 namespace for indexed file definitions in version 2.0, 2.1, 3.0 and 3.1
 
namespace  v400
 namespace for indexed file definitions in version 4.0
 
namespace  v500
 namespace for indexed file definitions in version 5.0
 

Typedefs

using FilePos = utils5ext::FilePos
 file pos type
 

Enumerations

enum class  Endianess : uint8_t { platform_not_supported = 0x00 , platform_little_endian = 0x01 , platform_big_endian = 0x02 }
 

Detailed Description

namespace for IFHD File library

The IFHD File Package with the ifhd::IndexedFileWriter and ifhd::IndexedFileReader. Depending on the File Version you may create and read Indexed Files.

Note
This will not contain samples. The organisation type of data is chunks.

Enumeration Type Documentation

◆ Endianess

enum class ifhd::Endianess : uint8_t
strong

Endianess type

Enumerator
platform_not_supported 

unknown platform or unsupported platform

platform_little_endian 

platform has little endianess byte order

platform_big_endian 

platform has big endianess byte order