public class GuacamoleClientInformation extends Object
Constructor and Description |
---|
GuacamoleClientInformation() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAudioMimetypes()
Returns the list of audio mimetypes supported by the client.
|
List<String> |
getImageMimetypes()
Returns the list of image mimetypes supported by the client.
|
int |
getOptimalResolution()
Returns the resolution of the screen if the optimal width and height are
used, in DPI.
|
int |
getOptimalScreenHeight()
Returns the optimal screen height requested by the client, in pixels.
|
int |
getOptimalScreenWidth()
Returns the optimal screen width requested by the client, in pixels.
|
List<String> |
getVideoMimetypes()
Returns the list of video mimetypes supported by the client.
|
void |
setOptimalResolution(int optimalResolution)
Sets the resolution of the screen if the optimal width and height are
used, in DPI.
|
void |
setOptimalScreenHeight(int optimalScreenHeight)
Sets the client's optimal screen height.
|
void |
setOptimalScreenWidth(int optimalScreenWidth)
Sets the client's optimal screen width.
|
public int getOptimalScreenWidth()
public void setOptimalScreenWidth(int optimalScreenWidth)
optimalScreenWidth
- The optimal screen width of the client.public int getOptimalScreenHeight()
public void setOptimalScreenHeight(int optimalScreenHeight)
optimalScreenHeight
- The optimal screen height of the client.public int getOptimalResolution()
public void setOptimalResolution(int optimalResolution)
optimalResolution
- The optimal screen resolution in DPI.public List<String> getAudioMimetypes()
public List<String> getVideoMimetypes()
Copyright © 2016. All rights reserved.