videosink: Add missing comment on Display structure

pull/31/head
Michael Hanselmann 4 years ago
parent 42ee8553ed
commit 21a1056f7d

@ -38,6 +38,8 @@ type Options struct {
// 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 {
defaultFormat ImageFormat

Loading…
Cancel
Save