Group: Forum Members
Posts: 9,
Visits: 39
|
is it possible to use the ultra encoding. I didn't find it in the specs.
enum VNCEncoding
{
RFB_RAW = 0,
RFB_RRE = 2,
RFB_CORRE = 4,
RFB_HEXTILE = 5,
RFB_ZLIB = 6,
RFB_TIGHT = 7,
RFB_ZLIBHEX = 8,
RFB_ZRLE = 16
};
thanks
|