Ardour
9.0-pre0-582-g084a23a80d
|
Functions | |
bool | confirm_video_outfn (Gtk::Window &parent, std::string, std::string docroot="") |
std::string | video_dest_dir (const std::string, const std::string) |
std::string | video_dest_file (const std::string, const std::string) |
std::string | strip_file_extension (const std::string infile) |
std::string | get_file_extension (const std::string infile) |
void | ParseCSV (const std::string &csv, std::vector< std::vector< std::string > > &lines) |
std::string | video_map_path (std::string server_docroot, std::string filepath) |
void | video_draw_cross (Glib::RefPtr< Gdk::Pixbuf > img) |
std::string | video_get_server_url (ARDOUR::RCConfiguration *config) |
std::string | video_get_docroot (ARDOUR::RCConfiguration *config) |
bool | video_query_info (std::string video_server_url, std::string filepath, double &video_file_fps, long long int &video_duration, double &video_start_offset, double &video_aspect_ratio) |
Variables | |
unsigned int | harvid_version |
bool VideoUtils::confirm_video_outfn | ( | Gtk::Window & | parent, |
std::string | , | ||
std::string | docroot = "" |
||
) |
std::string VideoUtils::get_file_extension | ( | const std::string | infile | ) |
void VideoUtils::ParseCSV | ( | const std::string & | csv, |
std::vector< std::vector< std::string > > & | lines | ||
) |
std::string VideoUtils::strip_file_extension | ( | const std::string | infile | ) |
std::string VideoUtils::video_dest_dir | ( | const std::string | , |
const std::string | |||
) |
std::string VideoUtils::video_dest_file | ( | const std::string | , |
const std::string | |||
) |
void VideoUtils::video_draw_cross | ( | Glib::RefPtr< Gdk::Pixbuf > | img | ) |
std::string VideoUtils::video_get_docroot | ( | ARDOUR::RCConfiguration * | config | ) |
std::string VideoUtils::video_get_server_url | ( | ARDOUR::RCConfiguration * | config | ) |
std::string VideoUtils::video_map_path | ( | std::string | server_docroot, |
std::string | filepath | ||
) |
bool VideoUtils::video_query_info | ( | std::string | video_server_url, |
std::string | filepath, | ||
double & | video_file_fps, | ||
long long int & | video_duration, | ||
double & | video_start_offset, | ||
double & | video_aspect_ratio | ||
) |
|
extern |