Class 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 Detail

      • SUPPORTED_FORMATS

        protected static final javax.media.Format[] SUPPORTED_FORMATS
        The list of Formats supported by the IVFCaptureDevice instances.
    • 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.