24 #ifndef LIBSUB_STL_BINARY_WRITER_H
25 #define LIBSUB_STL_BINARY_WRITER_H
27 #include "stl_binary_tables.h"
29 #include <boost/filesystem.hpp>
35 extern void write_stl_binary (
36 std::vector<Subtitle> subtitles,
37 float frames_per_second,
39 std::string original_programme_title,
40 std::string original_episode_title,
41 std::string translated_programme_title,
42 std::string translated_episode_title,
43 std::string translator_name,
44 std::string translator_contact_details,
45 std::string creation_date,
46 std::string revision_date,
48 std::string country_of_origin,
49 std::string publisher,
50 std::string editor_name,
51 std::string editor_contact_details,
52 boost::filesystem::path file_name