org.mobicents.media.server.connection
Class LocalToRemoteChannel
java.lang.Object
org.mobicents.media.server.connection.Channel
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
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalToRemoteChannel
public LocalToRemoteChannel(BaseConnection connection,
Connections connections,
MediaType mediaType,
Mixer mixer,
Splitter splitter)
throws Exception
- Throws:
Exception
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.