Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayCodec.h File Reference

Go to the source code of this file.

Namespaces

 GrayCodec
 lib jp2 opaque internal structure.
 

Macros

#define GRAYCODEC_LINK   __DECL_IMPORT
 
#define USE_AAC
 Needed for minimal DLNA support. More...
 
#define USE_MP3
 lame for MP3 Encode. More...
 
#define USE_OPUS
 Opus. More...
 
#define USE_JP2
 OpenJPEG/JP2 (JPG 2000) libraries needed. Does it work for UNDER_CE ? More...
 
#define USE_JPEGLIB
 JPeglib 8 libraries needed. Does it work for UNDER_CE ? More...
 
#define USE_PNG
 openpng More...
 
#define USE_H264
 H264 via x264 or OpenH264. More...
 
#define USE_VP8
 Google vpx. More...
 

Detailed Description

Macro Definition Documentation

◆ GRAYCODEC_LINK

#define GRAYCODEC_LINK   __DECL_IMPORT

◆ USE_AAC

#define USE_AAC

Needed for minimal DLNA support.

◆ USE_H264

#define USE_H264

H264 via x264 or OpenH264.

◆ USE_JP2

#define USE_JP2

OpenJPEG/JP2 (JPG 2000) libraries needed. Does it work for UNDER_CE ?

◆ USE_JPEGLIB

#define USE_JPEGLIB

JPeglib 8 libraries needed. Does it work for UNDER_CE ?

◆ USE_MP3

#define USE_MP3

lame for MP3 Encode.

◆ USE_OPUS

#define USE_OPUS

Opus.

◆ USE_PNG

#define USE_PNG

openpng

◆ USE_VP8

#define USE_VP8

Google vpx.