package
0.0.0-20220426084017-70ba60fe35b0
Repository: https://github.com/suutaku/go-vnc.git
Documentation: pkg.go.dev
# Functions
GetDisplayProvider returns the provider to use for the given RFB connection.
NewDisplay returns a new display with the given dimensions.
No description provided by the author
# Variables
DefaultPixelFormat is the default pixel format used in ServerInit messages.
# Structs
Display represents a session with the local display.
Opts represents options for building a new display.
No description provided by the author
# Interfaces
A Display is an interface that can be implemented by different types of frame sources.
# Type aliases
GetEncodingsFunc is a function that can be used to retrieve an encoder from a list of client supplied options.
Provider is an enum used for selecting a display provider.