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