VideoSize constructor

VideoSize(
  1. int width,
  2. int height
)

Creates a new VideoSize object.

width and height are the width and height of the video in pixels.

Implementation

VideoSize(this.width, this.height);