Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Jan 5, 2023
1 parent 7d2466f commit d3a5491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sender/sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ int main()
{
// First, create a virtual camera instance with scCreateCamera().
// A virtual camera is a source of a video image stream.
// The dimension width and height can be arbitrary positive numbers
// which are multiples of four.
// The dimension width and height can be any positive number
// that is a multiple of 4.
// The third argument framerate is used to make sending frames at regular intervals.
// This framerate argument can be omitted, and the default framerate is 60.
// If you want to send every frame immediately without the frame rate regulator,
Expand Down

0 comments on commit d3a5491

Please sign in to comment.