Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVProbeData() |
AVProbeData(int size) |
AVProbeData(Pointer p) |
| 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)
public AVProbeData(Pointer p)
public avformat.AVProbeData position(int position)
public BytePointer filename()
public BytePointer buf()
public avformat.AVProbeData buf(BytePointer buf)
public int buf_size()
public avformat.AVProbeData buf_size(int buf_size)
public BytePointer mime_type()
Copyright © 2014. All Rights Reserved.