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

com.bitmovin.bitcodin.api.output.Output Maven / Gradle / Ivy

package com.bitmovin.bitcodin.api.output;

import com.google.gson.annotations.Expose;

public class Output {
    @Expose
    public int outputId;
    @Expose
    public String name;
    @Expose
    public OutputType type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy