Package eas.plugins.standard.liveInteraction

Examples of eas.plugins.standard.liveInteraction.AllroundObserverControllerPlugin


    @Override
    public List<String> getSupportedPlugins() {
        ArrayList<String> list = new ArrayList<String>(2);
       
        list.add(new AllroundVideoPlugin().id());
        list.add(new AllroundObserverControllerPlugin().id());
        list.add(new AllroundLiveParameterSetterPlugin().id());
       
        return list;
    }
View Full Code Here

TOP

Related Classes of eas.plugins.standard.liveInteraction.AllroundObserverControllerPlugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.