@Properties(inherit=avcodec.class) public class AVBitStreamFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVBitStreamFilter()
Default native constructor.
|
AVBitStreamFilter(long size)
Native array allocator.
|
AVBitStreamFilter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntPointer |
codec_ids()
A list of codec ids supported by the filter, terminated by
AV_CODEC_ID_NONE.
|
AVBitStreamFilter |
codec_ids(IntPointer setter) |
AVBitStreamFilter |
getPointer(long i) |
BytePointer |
name() |
AVBitStreamFilter |
name(BytePointer setter) |
AVBitStreamFilter |
position(long position) |
AVClass |
priv_class()
A class for the private data, used to declare bitstream filter private
AVOptions.
|
AVBitStreamFilter |
priv_class(AVClass setter) |
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 AVBitStreamFilter()
public AVBitStreamFilter(long size)
Pointer.position(long)
.public AVBitStreamFilter(Pointer p)
Pointer(Pointer)
.public AVBitStreamFilter position(long position)
public AVBitStreamFilter getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer name()
public AVBitStreamFilter name(BytePointer setter)
@Cast(value="const AVCodecID*") public IntPointer codec_ids()
public AVBitStreamFilter codec_ids(IntPointer setter)
@Const public AVClass priv_class()
public AVBitStreamFilter priv_class(AVClass setter)
Copyright © 2023. All rights reserved.