Package net.sourceforge.jaad.aac.ps

Examples of net.sourceforge.jaad.aac.ps.PS


    switch(extensionID) {
      case EXTENSION_ID_PS:
        if(!psExtensionRead) {
          psExtensionRead = true;
          if(ps==null) ps = new PS();
          ret = ps.decode(in);
          if(!psUsed&&ps.hasHeader()) psUsed = true;
        }
        else ret = 0;
        break;
View Full Code Here

TOP

Related Classes of net.sourceforge.jaad.aac.ps.PS

Copyright © 2018 www.massapicom. 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.