public class DirectShowSystem extends DeviceSystem
FEATURE_REINITIALIZE, LOCATOR_PROTOCOL_ANDROIDCAMERA, LOCATOR_PROTOCOL_CIVIL, LOCATOR_PROTOCOL_DIRECTSHOW, LOCATOR_PROTOCOL_IMGSTREAMING, LOCATOR_PROTOCOL_MEDIARECORDER, LOCATOR_PROTOCOL_QUICKTIME, LOCATOR_PROTOCOL_VIDEO4LINUX2, PROP_DEVICES
Constructor and Description |
---|
DirectShowSystem()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialize()
Invoked by
DeviceSystem.initialize() to perform the very logic of the
initialization of this DeviceSystem. |
createRenderer, filterDeviceListByLocatorProtocol, getDeviceSystems, getFeatures, getFormat, getLocatorProtocol, getMediaType, getRendererClassName, initialize, initializeDeviceSystems, initializeDeviceSystems, invokeDeviceSystemInitialize, invokeDeviceSystemInitialize, postInitialize, preInitialize, toString
addPropertyChangeListener, firePropertyChange, getPropertyChangeSource, removePropertyChangeListener
public DirectShowSystem() throws java.lang.Exception
java.lang.Exception
- if anything goes wrong while discovering and
registering DirectShow capture defines with JMFprotected void doInitialize() throws java.lang.Exception
DeviceSystem
DeviceSystem.initialize()
to perform the very logic of the
initialization of this DeviceSystem. This instance has been
prepared for initialization by an earlier call to
DeviceSystem.preInitialize()
and the initialization will be completed with a
subsequent call to DeviceSystem.postInitialize()
.doInitialize
in class DeviceSystem
java.lang.Exception
- if an error occurs during the initialization of this
instance. The initialization of this instance will be completed with a
subsequent call to postInitialize() regardless of any
Exception thrown by doInitialize().
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under Apache license.