package com.jcumulus.server.rtmfp.application; /** * jCumulus is a Java port of Cumulus OpenRTMP * * Copyright 2011 OpenRTMFP * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License received along this program for more * details (or else see http://www.gnu.org/licenses/). * * * This file is a part of jCumulus. */ import com.jcumulus.server.rtmfp.pipe.B; import java.util.List; public class G { private int H; private double C; private int G; private List B; private int F; private B D; private int E; private int A; public G() { } public void A(int i, int j, int k) { } public void E() { } public int F() { return H; } public void C(int i) { H = i; } public void G() { H++; } public double H() { return C; } public void A(double d) { C = d; } public int B() { return G; } public void E(int i) { G = i; } public List D() { return B; } public void A(List list) { B = list; } public int A() { return F; } public void A(int i) { F = i; } public B C() { return D; } public void A(B b) { D = b; } public int J() { return E; } public void D(int i) { E = i; } public int I() { return A; } public void B(int i) { A = i; } }