org.mobicents.media.server.connection
Class Connections.Channel
java.lang.Object
org.mobicents.media.server.connection.Connections.Channel
- Enclosing class:
- Connections
protected class Connections.Channel
- extends Object
Transmission channel between connections and endpoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mixer
protected Mixer mixer
splitter
protected Splitter splitter
Connections.Channel
protected Connections.Channel(Mixer mixer,
Splitter splitter,
MediaType mediaType)
- Creates new channel.
- Parameters:
mixer - the mixer used for mixing signals from connectionssplitter - the splitter for splitting signals between connectionsmediaType - the media type of the stream
getMediaType
protected MediaType getMediaType()
- Gets the media type of this channel
- Returns:
- the media type identifier
setMode
protected void setMode(ConnectionMode mode)
throws ModeNotSupportedException
- Enables transmission in specified mode.
- Parameters:
mode - the mode of transmission
- Throws:
ModeNotSupportedException
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.