openshot-audio
0.1.6
|
#include <juce_core.h>
Public Attributes | |
String | filename |
unsigned int | uncompressedSize |
Time | fileTime |
Contains information about one of the entries in a ZipFile.
String juce::ZipFile::ZipEntry::filename |
The name of the file, which may also include a partial pathname.
Time juce::ZipFile::ZipEntry::fileTime |
The last time the file was modified.
unsigned int juce::ZipFile::ZipEntry::uncompressedSize |
The file's original size.