Package | Description |
---|---|
org.jivesoftware.smackx.jingleold |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.media |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.mediaimpl.jmf |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.mediaimpl.jspeex |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.mediaimpl.multi |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.mediaimpl.sshare |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.mediaimpl.test |
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
ContentNegotiator.getJingleMediaSession()
Get the JingleMediaSession of this Jingle Session.
|
JingleMediaSession |
JingleSession.getMediaSession(String mediaManagerName)
The jingle session may have one or more media managers that are trying to establish media sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleSession.addJingleMediaSession(String mediaManagerName,
JingleMediaSession mediaSession)
The jingle session may have one or more media managers that are trying to establish media sessions.
|
Modifier and Type | Method and Description |
---|---|
abstract JingleMediaSession |
JingleMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Create a Media Session Implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioMediaSession
This Class implements a complete JingleMediaSession.
|
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
JmfMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new jingleMediaSession.
|
Constructor and Description |
---|
AudioChannel(javax.media.MediaLocator locator,
String localIpAddress,
String remoteIpAddress,
int localPort,
int remotePort,
javax.media.Format format,
JingleMediaSession jingleMediaSession)
Creates an Audio Channel for a desired jmf locator.
|
AudioReceiver(Object dataSync,
JingleMediaSession jingleMediaSession) |
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
SpeexMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new jingleMediaSession.
|
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
MultiMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new JingleMediaSession.
|
Modifier and Type | Class and Description |
---|---|
class |
ScreenShareSession
This Class implements a complete JingleMediaSession.
|
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
ScreenShareMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new JingleMediaSession.
|
Modifier and Type | Class and Description |
---|---|
class |
TestMediaSession
This Class implements a complete JingleMediaSession for unit testing.
|
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
TestMediaManager.createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new JingleMediaSession.
|