Class QuickTimeSystem


  • public class QuickTimeSystem
    extends DeviceSystem
    Discovers and registers QuickTime/QTKit capture devices with JMF.
    Author:
    Lyubomir Marinov
    • Constructor Detail

      • QuickTimeSystem

        public QuickTimeSystem()
                        throws Exception
        Initializes a new QuickTimeSystem instance which discovers and registers QuickTime/QTKit capture devices with JMF.
        Throws:
        Exception - if anything goes wrong while discovering and registering QuickTime/QTKit capture defines with JMF
    • Method Detail

      • doInitialize

        protected void doInitialize()
                             throws Exception
        Description copied from class: DeviceSystem
        Invoked by 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().
        Specified by:
        doInitialize in class DeviceSystem
        Throws:
        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().