All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almis.awe.testing.model.VideoRecorderStartRequest Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package com.almis.awe.testing.model;

import lombok.Data;
import lombok.experimental.Accessors;

import java.util.List;

@Data
@Accessors(chain = true)
public class VideoRecorderStartRequest {
  private String source;
  private String size;
  private Integer fps;
  private String pixelFormat;
  private String fileFormat;
  private List extraInput;
  private List extraOutput;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy