Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVProbeData()
Default native constructor.
|
AVProbeData(int size)
Native array allocator.
|
AVProbeData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
buf_size()
Size of buf except extra allocated bytes
|
avformat.AVProbeData |
buf_size(int buf_size) |
BytePointer |
buf()
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
|
avformat.AVProbeData |
buf(BytePointer buf) |
BytePointer |
filename() |
BytePointer |
mime_type()
mime_type, when known.
|
avformat.AVProbeData |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVProbeData()
public AVProbeData(int size)
Pointer.position(int).public AVProbeData(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVProbeData position(int position)
@MemberGetter @Cast(value="const char*") public BytePointer filename()
@Cast(value="unsigned char*") public BytePointer buf()
public avformat.AVProbeData buf(BytePointer buf)
public int buf_size()
public avformat.AVProbeData buf_size(int buf_size)
@MemberGetter @Cast(value="const char*") public BytePointer mime_type()
Copyright © 2015. All Rights Reserved.