@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) |
AVProbeData |
getPointer(long i) |
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, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AVProbeData()
public AVProbeData(long size)
Pointer.position(long)
.public AVProbeData(Pointer p)
Pointer(Pointer)
.public AVProbeData position(long position)
public AVProbeData getPointer(long i)
getPointer
in class Pointer
@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 © 2022. All rights reserved.