DCAFile

class DCAFile {
DCAFileMeta meta;
Frame[] frames;
}

Members

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.

Meta