@Properties(inherit=avcodec.class) public class AVBitStreamFilterContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVBitStreamFilterContext()
Default native constructor.
|
AVBitStreamFilterContext(long size)
Native array allocator.
|
AVBitStreamFilterContext(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
args()
Internal default arguments, used if NULL is passed to av_bitstream_filter_filter().
|
AVBitStreamFilterContext |
args(BytePointer setter) |
AVBitStreamFilter |
filter() |
AVBitStreamFilterContext |
filter(AVBitStreamFilter setter) |
AVBitStreamFilterContext |
getPointer(long i) |
AVBitStreamFilterContext |
next() |
AVBitStreamFilterContext |
next(AVBitStreamFilterContext setter) |
AVCodecParserContext |
parser() |
AVBitStreamFilterContext |
parser(AVCodecParserContext setter) |
AVBitStreamFilterContext |
position(long position) |
Pointer |
priv_data() |
AVBitStreamFilterContext |
priv_data(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic AVBitStreamFilterContext()
public AVBitStreamFilterContext(long size)
Pointer.position(long).public AVBitStreamFilterContext(Pointer p)
Pointer(Pointer).public AVBitStreamFilterContext position(long position)
public AVBitStreamFilterContext getPointer(long i)
getPointer in class Pointerpublic Pointer priv_data()
public AVBitStreamFilterContext priv_data(Pointer setter)
@Const public AVBitStreamFilter filter()
public AVBitStreamFilterContext filter(AVBitStreamFilter setter)
public AVCodecParserContext parser()
public AVBitStreamFilterContext parser(AVCodecParserContext setter)
public AVBitStreamFilterContext next()
public AVBitStreamFilterContext next(AVBitStreamFilterContext setter)
@Cast(value="char*") public BytePointer args()
public AVBitStreamFilterContext args(BytePointer setter)
Copyright © 2021. All rights reserved.