EHS
Loading...
Searching...
No Matches
DataType.h
Go to the documentation of this file.
1#pragma once
2
3#include "EHS.h"
4
5namespace ehs
6{
23
24 EHS_LIB_IO DataType FromAudioBitDepth(UInt_16 bitDepth);
25
26 EHS_LIB_IO UInt_8 ToByteDepth(DataType type);
27
28 EHS_LIB_IO UInt_8 ToBitDepth(DataType type);
29}
Definition Anchor.h:6
unsigned char UInt_8
Definition Types.h:43
EHS_LIB_IO UInt_8 ToByteDepth(DataType type)
Definition DataType.cpp:22
DataType
Definition DataType.h:8
@ SINT_24
Definition DataType.h:16
@ SINT_32
Definition DataType.h:14
@ UINT_32
Definition DataType.h:15
@ UINT_16
Definition DataType.h:19
@ UINT_24
Definition DataType.h:17
@ SINT_8
Definition DataType.h:20
@ SINT_64
Definition DataType.h:11
@ UINT_8
Definition DataType.h:21
@ UINT_64
Definition DataType.h:12
@ LDOUBLE
Definition DataType.h:9
@ FLOAT
Definition DataType.h:13
@ SINT_16
Definition DataType.h:18
@ DOUBLE
Definition DataType.h:10
unsigned short UInt_16
Definition Types.h:46
EHS_LIB_IO UInt_8 ToBitDepth(DataType type)
Definition DataType.cpp:50
EHS_LIB_IO DataType FromAudioBitDepth(UInt_16 bitDepth)
Definition DataType.cpp:5