FFmpeg 5.1.6
|
Describes single entry of the directory. More...
#include <libavformat/avio.h>
Data Fields | |
char * | name |
Filename. More... | |
int | type |
Type of the entry. More... | |
int | utf8 |
Set to 1 when name is encoded with UTF-8, 0 otherwise. More... | |
int64_t | size |
File size in bytes, -1 if unknown. More... | |
int64_t | modification_timestamp |
Time of last modification in microseconds since unix epoch, -1 if unknown. More... | |
int64_t | access_timestamp |
Time of last access in microseconds since unix epoch, -1 if unknown. More... | |
int64_t | status_change_timestamp |
Time of last status change in microseconds since unix epoch, -1 if unknown. More... | |
int64_t | user_id |
User ID of owner, -1 if unknown. More... | |
int64_t | group_id |
Group ID of owner, -1 if unknown. More... | |
int64_t | filemode |
Unix file mode, -1 if unknown. More... | |
Describes single entry of the directory.
Only name and type fields are guaranteed be set. Rest of fields are protocol or/and platform dependent and might be unknown.
int AVIODirEntry::type |
int AVIODirEntry::utf8 |
int64_t AVIODirEntry::size |
int64_t AVIODirEntry::modification_timestamp |
int64_t AVIODirEntry::access_timestamp |
int64_t AVIODirEntry::status_change_timestamp |
int64_t AVIODirEntry::user_id |
int64_t AVIODirEntry::group_id |
int64_t AVIODirEntry::filemode |