mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-05 14:35:26 +01:00
Create new Source type MultiFile
MultiFileSource plays a sequence of numbered images.
This commit is contained in:
1
Mixer.h
1
Mixer.h
@@ -48,6 +48,7 @@ public:
|
||||
|
||||
// creation of sources
|
||||
Source * createSourceFile (const std::string &path);
|
||||
Source * createSourceMultifile(const std::list<std::string> &list_files, uint fps);
|
||||
Source * createSourceClone (const std::string &namesource = "");
|
||||
Source * createSourceRender ();
|
||||
Source * createSourceStream (const std::string &gstreamerpipeline);
|
||||
|
||||
Reference in New Issue
Block a user