Class IVFMediaDevice
- java.lang.Object
-
- org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
- org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
- org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFMediaDevice
-
- All Implemented Interfaces:
MediaDevice
public class IVFMediaDevice extends MediaDeviceImpl
Implements a MediaDevice which provides a fading animation from white to black to white... in form of video.- Author:
- Thomas Kuntz
-
-
Field Summary
Fields Modifier and Type Field Description protected static javax.media.Format[]SUPPORTED_FORMATSThe list of Formats supported by the IVFCaptureDevice instances.
-
Constructor Summary
Constructors Constructor Description IVFMediaDevice(String filename)Initializes a new IVFMediaDevice instance which will read the IVF file located at filename.
-
Method Summary
-
Methods inherited from class org.jitsi.impl.neomedia.device.MediaDeviceImpl
createCaptureDevice, createOutputDataSource, createTracingCaptureDevice, getCaptureDeviceInfo, getCaptureDeviceInfoLocatorProtocol, getDirection, getFormat, getMediaType, getSupportedFormats, getSupportedFormats, getSupportedFormats, toString
-
Methods inherited from class org.jitsi.impl.neomedia.device.AbstractMediaDevice
connect, createPlayer, createRenderer, createSession, getSupportedExtensions, getSupportedFormats
-
-
-
-
Constructor Detail
-
IVFMediaDevice
public IVFMediaDevice(String filename)
Initializes a new IVFMediaDevice instance which will read the IVF file located at filename.- Parameters:
filename- the location of the IVF the IVFStream will read.
-
-