|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.FMJConditionals
public class FMJConditionals
Class to centralize workarounds or changes that need to be made for FMJ to work. This is also a place to tweak which workarounds are used.
| Field Summary | |
|---|---|
static boolean |
FMJ_CODECS
Some SC codecs depend on internal Sun/IBM JMF classes. |
static javax.media.format.AudioFormat |
FORCE_AUDIO_FORMAT
FMJ's filter graph builder does not give specific formats for the tracks, but rather a general format with no encoding. |
static boolean |
IS_FMJ
If FMJ is used. |
static boolean |
USE_JMF_INTERNAL_REGISTRY
Whether to use JMF's internal registry to avoid auto-detecting capture devices each time, by tagging it with our own "author" property. |
| Constructor Summary | |
|---|---|
FMJConditionals()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean IS_FMJ
public static final boolean FMJ_CODECS
public static final javax.media.format.AudioFormat FORCE_AUDIO_FORMAT
public static final boolean USE_JMF_INTERNAL_REGISTRY
| Constructor Detail |
|---|
public FMJConditionals()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||