Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PixelFormat ¶
type PixelFormat struct { Bits int Depth int BigEndian bool TrueColour bool RedMax uint GreenMax uint BlueMax uint RedShift uint GreenShift uint BlueShift uint }
func ParsePixelFormat ¶
func ParsePixelFormat(buf []byte) PixelFormat
func (PixelFormat) BytesPerPixel ¶
func (p PixelFormat) BytesPerPixel() int
func (PixelFormat) String ¶
func (p PixelFormat) String() string
type RFB ¶
type RFB struct { // EmbedAssets controls whether static assets should be linked or embedded in the output HTML EmbedAssets bool // contains filtered or unexported fields }
An RFB represents a captured VNC session
func (*RFB) ClientBytes ¶
ClientBytes adds a frame of bytes to the Client-side buffer
Click to show internal directories.
Click to hide internal directories.