@Properties(inherit=avformat.class) public class AVProbeData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVProbeData()
Default native constructor.
|
AVProbeData(long 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
|
AVProbeData |
buf_size(int setter) |
BytePointer |
buf()
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
|
AVProbeData |
buf(BytePointer setter) |
BytePointer |
filename() |
AVProbeData |
filename(BytePointer setter) |
BytePointer |
mime_type()
mime_type, when known.
|
AVProbeData |
mime_type(BytePointer setter) |
AVProbeData |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVProbeData()
public AVProbeData(long size)
Pointer.position(long).public AVProbeData(Pointer p)
Pointer.Pointer(Pointer).public AVProbeData position(long position)
@Cast(value="const char*") public BytePointer filename()
public AVProbeData filename(BytePointer setter)
@Cast(value="unsigned char*") public BytePointer buf()
public AVProbeData buf(BytePointer setter)
public int buf_size()
public AVProbeData buf_size(int setter)
@Cast(value="const char*") public BytePointer mime_type()
public AVProbeData mime_type(BytePointer setter)
Copyright © 2020. All rights reserved.