Examples of AllroundObserverControllerPlugin


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
Copyright © 2018 www.massapi.com. 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.