public static class avcodec.AVBitStreamFilterContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avcodec.AVBitStreamFilterContext()
Default native constructor.
|
avcodec.AVBitStreamFilterContext(long size)
Native array allocator.
|
avcodec.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().
|
avcodec.AVBitStreamFilterContext |
args(BytePointer args) |
avcodec.AVBitStreamFilter |
filter() |
avcodec.AVBitStreamFilterContext |
filter(avcodec.AVBitStreamFilter filter) |
avcodec.AVBitStreamFilterContext |
next() |
avcodec.AVBitStreamFilterContext |
next(avcodec.AVBitStreamFilterContext next) |
avcodec.AVCodecParserContext |
parser() |
avcodec.AVBitStreamFilterContext |
parser(avcodec.AVCodecParserContext parser) |
avcodec.AVBitStreamFilterContext |
position(long position) |
Pointer |
priv_data() |
avcodec.AVBitStreamFilterContext |
priv_data(Pointer priv_data) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic avcodec.AVBitStreamFilterContext()
public avcodec.AVBitStreamFilterContext(long size)
Pointer.position(long).public avcodec.AVBitStreamFilterContext(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVBitStreamFilterContext position(long position)
public Pointer priv_data()
public avcodec.AVBitStreamFilterContext priv_data(Pointer priv_data)
public avcodec.AVBitStreamFilter filter()
public avcodec.AVBitStreamFilterContext filter(avcodec.AVBitStreamFilter filter)
public avcodec.AVCodecParserContext parser()
public avcodec.AVBitStreamFilterContext parser(avcodec.AVCodecParserContext parser)
public avcodec.AVBitStreamFilterContext next()
public avcodec.AVBitStreamFilterContext next(avcodec.AVBitStreamFilterContext next)
@Cast(value="char*") public BytePointer args()
public avcodec.AVBitStreamFilterContext args(BytePointer args)
Copyright © 2016. All rights reserved.