Skip to content

Commit

Permalink
videosink: Add missing comment on Display structure (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi authored Dec 8, 2021
1 parent 42ee855 commit 58303fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions videosink/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58303fd

Please sign in to comment.