ae v0.0.2137 (2018-01-31T16:30:29Z)
Home
Dub
Repo
VideoOutputStream
ae
utils
graphics
ffmpeg
Undocumented in source.
struct
VideoOutputStream {
void
put
(Image!BGR frame);
this(this)
;
~this
();
this
(File f, string[] ffmpegArgs, string[] inputArgs);
this
(string fn, string[] ffmpegArgs, string[] inputArgs);
}
Constructors
this
this
(File f, string[] ffmpegArgs, string[] inputArgs)
Undocumented in source.
this
this
(string fn, string[] ffmpegArgs, string[] inputArgs)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
put
void
put
(Image!BGR frame)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
graphics
ffmpeg
aliases
VideoStream
functions
streamVideo
structs
VideoInputStream
VideoOutputStream