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

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

There is a newer version: 8.4.8
Show newest version

package com.qiniu.model.qdora;

public class AudioStream extends StreamCommon {

    public String sampleFmt;
    public String sampleRate;
    public Integer channels;
    public String channelLayout;
    public Integer bitsPerSample;
    public String maxBitRate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy