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

com.qiniu.model.qdora.VideoStream Maven / Gradle / Ivy

There is a newer version: 8.4.8
Show newest version

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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy