Home | History | Annotate | Download | only in jingle

Lines Matching full:audiochannel

2563 -	private AudioChannel audioChannel;

2605 - audioChannel = new AudioChannel(new MediaLocator(this.getMediaLocator()), localIp, ip, localPort, remotePort, AudioFormatUtils.getAudioFormat(this.getPayloadType()),this);
2612 - audioChannel.start();
2622 - audioChannel.setTrasmit(active);
2636 - if (audioChannel != null)
2637 - audioChannel.stop();
2731 - * This class implements receive methods and listeners to be used in AudioChannel
3032 Index: org/jivesoftware/smackx/jingle/mediaimpl/jmf/AudioChannel.java
3034 --- org/jivesoftware/smackx/jingle/mediaimpl/jmf/AudioChannel.java (revision 11644)
3035 +++ org/jivesoftware/smackx/jingle/mediaimpl/jmf/AudioChannel.java (working copy)
3038 - * $RCSfile: AudioChannel.java,v $
3108 -public class AudioChannel {
3110 - private static final SmackLogger LOGGER = SmackLogger.getLogger(AudioChannel.class);
3140 - public AudioChannel(MediaLocator locator,
3547 - AudioChannel audioChannel0 = new AudioChannel(new MediaLocator("javasound://8000"), localhost.getHostAddress(), localhost.getHostAddress(), 7002, 7020, new AudioFormat(AudioFormat.GSM_RTP), null);
3548 - AudioChannel audioChannel1 = new AudioChannel(new MediaLocator("javasound://8000"), localhost.getHostAddress(), localhost.getHostAddress(), 7020, 7002, new AudioFormat(AudioFormat.GSM_RTP), null);