Examples of supportedCodecs()


Examples of org.asteriskjava.iax.audio.javasound.AudioInterface.supportedCodecs()

        ie.calledNo = calledNo;
        ie.callingNo = callingNo;
        ie.callingName = callingName;
        ie.username = username;
        AudioInterface a = _call.getAudioFace();
        int format = a.supportedCodecs().intValue();
        ie.format = VoiceFrame.GSM_BIT;
        ie.version = Integer.valueOf(2);
        ie.codec_prefs = a.codecPrefString().getBytes();
        ie.capability = Integer.valueOf(format);
        //       ie.putIaxVar("foobar","724024");
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.