Data Structures
Here are the data structures with brief descriptions:
guac_audio_encoder | Arbitrary audio codec encoder |
guac_audio_stream | Basic audio stream |
guac_client | Guacamole proxy client |
guac_layer | Represents a single layer within the Guacamole protocol |
guac_object | Represents a single object within the Guacamole protocol |
guac_parser | A Guacamole protocol parser, which reads individual instructions, filling its own internal structure with the most recently read instruction data |
guac_pool | A pool of integers |
guac_pool_int | Represents a single integer within a larger pool of integers |
guac_socket | The core I/O object of Guacamole |
guac_stream | Represents a single stream within the Guacamole protocol |
guac_user | Representation of a physical connection within a larger logical connection which may be shared |
guac_user_info | Information exposed by the remote client during the connection handshake which can be used by a client plugin |