Class WebVttFilter

All Implemented Interfaces:
IFilter

public class WebVttFilter extends SrtFilter
Filter for WebVTT subtitles files. Only simple WebVTT files are currently supported, no tags checking.
See Also:
  • Constructor Details

    • WebVttFilter

      public WebVttFilter()
  • Method Details

    • loadPlugins

      public static void loadPlugins()
      Register plugin into OmegaT.
    • unloadPlugins

      public static void unloadPlugins()
    • getDefaultInstances

      public Instance[] getDefaultInstances()
      Description copied from class: AbstractFilter
      The default list of filter instances that this filter class has. One filter class may have different filter instances, different by source file mask, encoding of the source file etc.

      Note that the user may change the instances freely.

      Specified by:
      getDefaultInstances in interface IFilter
      Overrides:
      getDefaultInstances in class SrtFilter
      Returns:
      Default filter instances
    • getFileFormatName

      public String getFileFormatName()
      Description copied from class: AbstractFilter
      Human-readable name of the File Format this filter supports.
      Specified by:
      getFileFormatName in interface IFilter
      Overrides:
      getFileFormatName in class SrtFilter
      Returns:
      File format name