rustsynth-sys 0.5.6

Low level bindings to VapourSynth
Documentation
1
2
3
4
5
6
#ifndef SETTINGS_H
#define SETTINGS_H

VSMap *readSettings(const std::string &path);

#endif