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:
    Format description
    • Constructor Detail

      • WebVttFilter

        public WebVttFilter()
    • Method Detail

      • 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