MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / setQualityLevel

Method setQualityLevel

java/com/tigervnc/rfb/CConnection.java:546–553  ·  view source on GitHub ↗
(int level)

Source from the content-addressed store, hash-verified

544 }
545
546 public void setQualityLevel(int level)
547 {
548 if (qualityLevel == level)
549 return;
550
551 qualityLevel = level;
552 encodingChange = true;
553 }
554
555 // setPF() controls the pixel format requested from the server.
556 // server.pf() will automatically be adjusted once the new format

Callers 3

CConnMethod · 0.45
handleOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected