Class ModuleDescription

java.lang.Object
uk.co.caprica.vlcj.factory.ModuleDescription

public final class ModuleDescription extends Object
Description of a module (e.g. audio/video filter).
  • Constructor Details

    • ModuleDescription

      public ModuleDescription(String name, String shortName, String longName, String help)
      Create a new module description
      Parameters:
      name - name
      shortName - short name
      longName - long name
      help - help text
  • Method Details

    • name

      public String name()
      Get the module name.
      Returns:
      name
    • shortName

      public String shortName()
      Get the module short name.
      Returns:
      short name
    • longName

      public String longName()
      Get the module long name.
      Returns:
      long name
    • help

      public String help()
      Get the module help text.
      Returns:
      help text
    • toString

      public String toString()
      Overrides:
      toString in class Object