Package org.rubycoder.gsm

Examples of org.rubycoder.gsm.GSMDecoder


    GSMStream = is;
    buffer = new int[160];
    buffer_index = 0;
    buffer_size = 0;
    gsm_frame = new byte[33];
    theDecoder = new GSMDecoder();
  }
View Full Code Here

TOP

Related Classes of org.rubycoder.gsm.GSMDecoder

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.