HDK
|
Enumerations | |
enum | Compression { Compression::NONE = 0, Compression::COMPRESS, Compression::UNCOMPRESS, Compression::UNCOMPRESSCONSTANT } |
enum | Dither { Dither::NONE = 0, Dither::ORDERED } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Compression enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Dither enum_value) |
|
strong |
Enumerator | |
---|---|
NONE | |
COMPRESS | |
UNCOMPRESS | |
UNCOMPRESSCONSTANT |
Definition at line 25 of file SOP_VolumeCompress.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
ORDERED |
Definition at line 46 of file SOP_VolumeCompress.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCompressEnums::getToken | ( | Compression | enum_value | ) |
Definition at line 34 of file SOP_VolumeCompress.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCompressEnums::getToken | ( | Dither | enum_value | ) |
Definition at line 53 of file SOP_VolumeCompress.proto.h.