Package org.jitsi.impl.neomedia.codec
Class FMJPlugInConfiguration
- java.lang.Object
-
- org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
-
public class FMJPlugInConfiguration extends Object
Utility class that handles registration of FMJ packages and plugins.- Author:
- Damian Minkov, Lyubomir Marinov, Boris Grozev
-
-
Constructor Summary
Constructors Constructor Description FMJPlugInConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterCustomCodecs(boolean enableFfmpeg)Register in JMF the custom codecs we providestatic voidregisterCustomMultiplexers()Registers custom libjitsi Multiplexer implementations.static voidregisterCustomPackages()Register in JMF the custom packages we provide
-
-
-
Method Detail
-
registerCustomCodecs
public static void registerCustomCodecs(boolean enableFfmpeg)
Register in JMF the custom codecs we provide- Parameters:
enableFfmpeg- whether codecs which depend of ffmpeg should be registered.
-
registerCustomPackages
public static void registerCustomPackages()
Register in JMF the custom packages we provide
-
registerCustomMultiplexers
public static void registerCustomMultiplexers()
Registers custom libjitsi Multiplexer implementations.
-
-