videosink: Add missing comment on Display structure (#31)

pull/33/head
hansmi 4 years ago committed by GitHub
parent 42ee8553ed
commit 58303fd4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,8 @@ type Options struct {
// TODO: Add options for JPEG and PNG encoder settings // TODO: Add options for JPEG and PNG encoder settings
} }
// Display is a virtual device receiving drawing operations and sending
// a stream of images to all connected HTTP clients.
type Display struct { type Display struct {
defaultFormat ImageFormat defaultFormat ImageFormat

Loading…
Cancel
Save