Add audio/video/size instructions.

This commit is contained in:
Michael Jumper
2012-10-22 17:06:30 -07:00
parent 76162ce14a
commit dbc4a7f915

View File

@@ -53,6 +53,25 @@ public class GuacamoleInstruction {
*/ */
public enum Operation { public enum Operation {
/**
* Message sent from client to server specifying the optimal or
* desired screen size.
*/
CLIENT_SIZE("size"),
/**
* Message sent from client to server specifying which audio mimetypes
* are supported.
*/
CLIENT_AUDIO("audio"),
/**
* Message sent from client to server specifying which video mimetypes
* are supported.
*/
CLIENT_VIDEO("video"),
/** /**
* Message sent from client to server specifying which protocol is * Message sent from client to server specifying which protocol is
* to be used. * to be used.