org.mobicents.media.server.connection
Class LocalToRemoteChannel

java.lang.Object
  extended by org.mobicents.media.server.connection.Channel
      extended by org.mobicents.media.server.connection.LocalToRemoteChannel

public class LocalToRemoteChannel
extends Channel

Represents the bi-directional transition path for a particular media type stream.

Author:
kulikov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mobicents.media.server.connection.Channel
Channel.CnfMode, Channel.Mode, Channel.NetworkLoopMode, Channel.SendOnlyMode, Channel.SendRecvMode
 
Field Summary
 
Fields inherited from class org.mobicents.media.server.connection.Channel
cnfMode, connection, connections, localPipe, mixer, mode, network_loop, otherChannel, recvOnly, rxPipe, send_recv, sendOnly, splitter, txPipe
 
Constructor Summary
LocalToRemoteChannel(BaseConnection connection, Connections connections, MediaType mediaType, Mixer mixer, Splitter splitter)
           
 
Method Summary
 void setMode(ConnectionMode mode)
          Changes transmission mode.
 
Methods inherited from class org.mobicents.media.server.connection.Channel
connect, connect, convert, disconnect, getCheckPoint, getMediaType, getMode, report, setDtmfClamp, setGain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalToRemoteChannel

public LocalToRemoteChannel(BaseConnection connection,
                            Connections connections,
                            MediaType mediaType,
                            Mixer mixer,
                            Splitter splitter)
                     throws Exception
Throws:
Exception
Method Detail

setMode

public void setMode(ConnectionMode mode)
             throws ModeNotSupportedException
Description copied from class: Channel
Changes transmission mode.

Overrides:
setMode in class Channel
Parameters:
mode - the identifier of transmission mode.
Throws:
ModeNotSupportedException


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.