Class DirectShowSystem


  • public class DirectShowSystem
    extends DeviceSystem
    Discovers and registers DirectShow video capture devices with JMF.
    Author:
    Sebastien Vincent, Lyubomir Marinov
    • Constructor Detail

      • DirectShowSystem

        public DirectShowSystem()
                         throws Exception
        Constructor. Discover and register DirectShow capture devices with JMF.
        Throws:
        Exception - if anything goes wrong while discovering and registering DirectShow 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().