Examples of VideoFolder


Examples of net.pms.external.xbmc.folders.video.VideoFolder

  public PMSXBMCPlugin() {
    XBMCLog.info("creating root folder");
    plugRoot = new VirtualFolder(name(), null);

    XBMCLog.info("adding video folder");
    plugRoot.addChild(new VideoFolder("Videos", null));

    XBMCLog.info("adding music folder");
    plugRoot.addChild(new MusicFolder("Music", null));
  }
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.