MaxstARSDK
com.maxst.ar.ColorFormat Enum Reference
Collaboration diagram for com.maxst.ar.ColorFormat:
Collaboration graph

Public Member Functions

 ColorFormat (int value)
 
int getValue ()
 

Static Public Member Functions

static ColorFormat fromValue (int id)
 

Public Attributes

 NONE =(0)
 
 RGB888 =(1)
 
 YUV420sp =(2)
 
 YUV420 =(3)
 
 YUV420_888 =(4)
 
 GRAY8 =(5)
 

Constructor & Destructor Documentation

◆ ColorFormat()

com.maxst.ar.ColorFormat.ColorFormat ( int  value)

Member Function Documentation

◆ fromValue()

static ColorFormat com.maxst.ar.ColorFormat.fromValue ( int  id)
static
Here is the caller graph for this function:

◆ getValue()

int com.maxst.ar.ColorFormat.getValue ( )
Here is the caller graph for this function:

Member Data Documentation

◆ GRAY8

com.maxst.ar.ColorFormat.GRAY8 =(5)

◆ NONE

com.maxst.ar.ColorFormat.NONE =(0)

◆ RGB888

com.maxst.ar.ColorFormat.RGB888 =(1)

◆ YUV420

com.maxst.ar.ColorFormat.YUV420 =(3)

◆ YUV420_888

com.maxst.ar.ColorFormat.YUV420_888 =(4)

◆ YUV420sp

com.maxst.ar.ColorFormat.YUV420sp =(2)

The documentation for this enum was generated from the following file: