DCAFile

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(File f)
Undocumented in source.
this
this(ubyte[][] rawFrames)
Undocumented in source.

Members

Functions

save
void save(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
toOutBuffer
OutBuffer toOutBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromRawDCA
DCAFile fromRawDCA(File f)

Creates a new DCAFile without trying to read magic bytes. This is useful for file objects that do not support streaming.

Variables

frames
Frame[] frames;
Undocumented in source.
meta
DCAFileMeta meta;
Undocumented in source.

Meta