com.qiniu.model.qdora.VideoStream 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 VideoStream extends StreamCommon {
public Integer width;
public Integer height;
public Integer codedWidth;
public Integer codedHeight;
public Integer hasBFrames;
public String sampleAspectRatio;
public String displayAspectRatio;
public String pixFmt;
public Integer level;
public String chromaLocation;
public Integer refs;
public String isAvc;
public String nalLengthSize;
public String bitsPerRawSample;
}