EHS
DataType.h File Reference
#include "EHS.h"

Go to the source code of this file.

Namespaces

namespace  ehs
 

Enumerations

enum class  ehs::DataType : UInt_8 {
  ehs::LDOUBLE , ehs::DOUBLE , ehs::SINT_64 , ehs::UINT_64 ,
  ehs::FLOAT , ehs::SINT_32 , ehs::UINT_32 , ehs::SINT_24 ,
  ehs::UINT_24 , ehs::SINT_16 , ehs::UINT_16 , ehs::SINT_8 ,
  ehs::UINT_8
}
 

Functions

EHS_LIB_IO DataType ehs::FromAudioBitDepth (UInt_16 bitDepth)
 
EHS_LIB_IO UInt_8 ehs::ToByteDepth (DataType type)
 
EHS_LIB_IO UInt_8 ehs::ToBitDepth (DataType type)