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

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

There is a newer version: 8.4.8
Show newest version
package com.qiniu.model.qdora;

public class Avinfo {

    private Format format;
    private AudioStream audioStream;
    private VideoStream videoStream;

    public AudioStream getAudioStream() {
        return audioStream;
    }

    public void setAudioStream(AudioStream audioStream) {
        this.audioStream = audioStream;
    }

    public VideoStream getVideoStream() {
        return videoStream;
    }

    public void setVideoStream(VideoStream videoStream) {
        this.videoStream = videoStream;
    }

    public Format getFormat() {
        return format;
    }

    public void setFormat(Format format) {
        this.format = format;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy