com.qiniu.model.qdora.Format Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qsuits Show documentation
Show all versions of qsuits Show documentation
qiniu-suits is a efficient tools for qiniu api implemented by java8.
package com.qiniu.model.qdora;
public class Format {
public Integer nbStreams;
public Integer nbPrograms;
public String formatName;
public String formatLongName;
public String startTime;
public String duration;
public String size;
public String bitRate;
public Integer probeScore;
public Tags tags;
}