Exemplo n.º 1
0
        private Interface7 method_4(zzSoundClass class107_0, Class82 class82_0, int int_2)
        {
            Interface7 @interface = null;

            switch (int_2)
            {
            case 1:
                if (this.class92_0 == null)
                {
                    this.class92_0 = new Class92();
                    this.class92_0.vmethod_0(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
                }
                @interface = this.class92_0;
                break;

            case 2:
                if (this.class93_0 == null)
                {
                    this.class93_0 = new Class93();
                    this.class93_0.vmethod_0(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
                }
                @interface = this.class93_0;
                break;

            case 3:
                if (this.class85_0 == null)
                {
                    this.class85_0 = new Class85(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
                }
                @interface = this.class85_0;
                break;
            }
            if (@interface == null)
            {
                throw new DecoderException(DecoderError.UnsupportedLayer, null);
            }
            return(@interface);
        }
Exemplo n.º 2
0
 public Class91(Class85 class85_1, int[] int_2, int[] int_3)
 {
     this.method_0(class85_1);
     this.int_0 = int_2;
     this.int_1 = int_3;
 }
Exemplo n.º 3
0
 private void method_0(Class85 class85_1)
 {
     this.class85_0 = class85_1;
 }
Exemplo n.º 4
0
 private Interface7 method_4(zzSoundClass class107_0, Class82 class82_0, int int_2)
 {
     Interface7 @interface = null;
     switch (int_2)
     {
     case 1:
         if (this.class92_0 == null)
         {
             this.class92_0 = new Class92();
             this.class92_0.vmethod_0(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
         }
         @interface = this.class92_0;
         break;
     case 2:
         if (this.class93_0 == null)
         {
             this.class93_0 = new Class93();
             this.class93_0.vmethod_0(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
         }
         @interface = this.class93_0;
         break;
     case 3:
         if (this.class85_0 == null)
         {
             this.class85_0 = new Class85(class82_0, class107_0, this.class80_0, this.class80_1, this.class84_0, this.class104_1.method_0());
         }
         @interface = this.class85_0;
         break;
     }
     if (@interface == null)
     {
         throw new DecoderException(DecoderError.UnsupportedLayer, null);
     }
     return @interface;
 }