public class SpeexMediaManager extends JingleMediaManager
Modifier and Type | Field and Description |
---|---|
static String |
MEDIA_NAME |
Constructor and Description |
---|
SpeexMediaManager(JingleTransportManager transportManager) |
Modifier and Type | Method and Description |
---|---|
JingleMediaSession |
createMediaSession(PayloadType payloadType,
TransportCandidate remote,
TransportCandidate local,
JingleSession jingleSession)
Returns a new jingleMediaSession
|
String |
getName() |
List<PayloadType> |
getPayloads()
Return all supported Payloads for this Manager
|
static void |
setupJMF()
Runs JMFInit the first time the application is started so that capture
devices are properly detected and initialized by JMF.
|
getPreferredPayloadType, getTransportManager
public static final String MEDIA_NAME
public SpeexMediaManager(JingleTransportManager transportManager)
public JingleMediaSession createMediaSession(PayloadType payloadType, TransportCandidate remote, TransportCandidate local, JingleSession jingleSession)
createMediaSession
in class JingleMediaManager
payloadType
- payloadTyperemote
- remote Candidatelocal
- local Candidatepublic List<PayloadType> getPayloads()
getPayloads
in class JingleMediaManager
public static void setupJMF()
public String getName()
getName
in class JingleMediaManager