Here are the data structures with brief descriptions:
Cguac_audio_encoder | Arbitrary audio codec encoder |
Cguac_audio_stream | Basic audio stream |
Cguac_client | Guacamole proxy client |
Cguac_client_info | Information exposed by the remote client during the connection handshake which can be used by a client plugin |
Cguac_client_plugin | A handle to a client plugin, containing enough information about the plugin to complete the initial protocol handshake and instantiate a new client supporting the protocol provided by the client plugin |
Cguac_instruction | Represents a single instruction within the Guacamole protocol |
Cguac_layer | Represents a single layer within the Guacamole protocol |
Cguac_object | Represents a single object within the Guacamole protocol |
Cguac_pool | A pool of integers |
Cguac_pool_int | Represents a single integer within a larger pool of integers |
Cguac_socket | The core I/O object of Guacamole |
Cguac_stream | Represents a single stream within the Guacamole protocol |