public static class avformat.AVIODirEntry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVIODirEntry()
Default native constructor.
|
AVIODirEntry(long size)
Native array allocator.
|
AVIODirEntry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
access_timestamp()
Time of last access in microseconds since unix epoch,
-1 if unknown.
|
avformat.AVIODirEntry |
access_timestamp(long access_timestamp) |
long |
filemode()
Unix file mode, -1 if unknown.
|
avformat.AVIODirEntry |
filemode(long filemode) |
long |
group_id()
Group ID of owner, -1 if unknown.
|
avformat.AVIODirEntry |
group_id(long group_id) |
long |
modification_timestamp()
Time of last modification in microseconds since unix
epoch, -1 if unknown.
|
avformat.AVIODirEntry |
modification_timestamp(long modification_timestamp) |
BytePointer |
name()
Filename
|
avformat.AVIODirEntry |
name(BytePointer name) |
avformat.AVIODirEntry |
position(long position) |
long |
size()
File size in bytes, -1 if unknown.
|
avformat.AVIODirEntry |
size(long size) |
long |
status_change_timestamp()
Time of last status change in microseconds since unix
epoch, -1 if unknown.
|
avformat.AVIODirEntry |
status_change_timestamp(long status_change_timestamp) |
int |
type()
Type of the entry
|
avformat.AVIODirEntry |
type(int type) |
long |
user_id()
User ID of owner, -1 if unknown.
|
avformat.AVIODirEntry |
user_id(long user_id) |
int |
utf8()
Set to 1 when name is encoded with UTF-8, 0 otherwise.
|
avformat.AVIODirEntry |
utf8(int utf8) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVIODirEntry()
public AVIODirEntry(long size)
Pointer.position(long).public AVIODirEntry(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVIODirEntry position(long position)
@Cast(value="char*") public BytePointer name()
public avformat.AVIODirEntry name(BytePointer name)
public int type()
public avformat.AVIODirEntry type(int type)
public int utf8()
public avformat.AVIODirEntry utf8(int utf8)
public avformat.AVIODirEntry size(long size)
@Cast(value="int64_t") public long modification_timestamp()
public avformat.AVIODirEntry modification_timestamp(long modification_timestamp)
@Cast(value="int64_t") public long access_timestamp()
public avformat.AVIODirEntry access_timestamp(long access_timestamp)
@Cast(value="int64_t") public long status_change_timestamp()
public avformat.AVIODirEntry status_change_timestamp(long status_change_timestamp)
public avformat.AVIODirEntry user_id(long user_id)
public avformat.AVIODirEntry group_id(long group_id)
public avformat.AVIODirEntry filemode(long filemode)
Copyright © 2018. All rights reserved.