ca-lib2 v2.3.5 (2017-03-29T13:36:46Z)
Dub
Repo
Video
caLib_util
video
Undocumented in source.
class
Video {
this
(string path, uint framerate);
void
addFrame
(Image frame);
void
saveToFile
();
}
Constructors
this
this
(string path, uint framerate)
Undocumented in source.
Members
Functions
addFrame
void
addFrame
(Image frame)
Undocumented in source. Be warned that the author may not have intended to support it.
saveToFile
void
saveToFile
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
caLib_util
video
classes
Video