Class M3U8PlayListExporter

    • Constructor Detail

      • M3U8PlayListExporter

        public M3U8PlayListExporter()
    • Method Detail

      • export

        public void export​(Path file,
                           PlayList playList,
                           boolean useRelativePathsIfPossible,
                           ProgressListener progressListener)
                    throws IOException
        Description copied from interface: PlayListExporter
        Exports the given playlist to the given file. Deprecated,
        Specified by:
        export in interface PlayListExporter
        Parameters:
        file - file to write to
        playList - playlist to export
        useRelativePathsIfPossible - use relative paths, if possible
        progressListener - progressListener that lets you report... well, progress
        Throws:
        IOException - if something goes wrong
      • isWriteComments

        protected boolean isWriteComments()
      • setWriteComments

        protected void setWriteComments​(boolean writeComments)
      • getCharset

        protected Charset getCharset()
      • setCharset

        protected void setCharset​(Charset charset)