package Objects; public class VideoMode { public int fps; public int width; public int heigh; public String pixel_format; }