Package net.sourceforge.jaad.aac.syntax

Examples of net.sourceforge.jaad.aac.syntax.BitStream.destroy()


          throw new AACException("profile not supported: "+config.profile.getIndex());
      }
      return config;
    }
    finally {
      in.destroy();
    }
  }

  private static Profile readProfile(BitStream in) throws AACException {
    int i = in.readBits(5);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.