public static class avfilter.AVFilterInOut extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVFilterInOut()
Default native constructor.
|
AVFilterInOut(int size)
Native array allocator.
|
AVFilterInOut(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
avfilter.AVFilterContext |
filter_ctx()
filter context associated to this input/output
|
avfilter.AVFilterInOut |
filter_ctx(avfilter.AVFilterContext filter_ctx) |
BytePointer |
name()
unique name for this input/output in the list
|
avfilter.AVFilterInOut |
name(BytePointer name) |
avfilter.AVFilterInOut |
next()
next input/input in the list, NULL if this is the last
|
avfilter.AVFilterInOut |
next(avfilter.AVFilterInOut next) |
int |
pad_idx()
index of the filt_ctx pad to use for linking
|
avfilter.AVFilterInOut |
pad_idx(int pad_idx) |
avfilter.AVFilterInOut |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVFilterInOut()
public AVFilterInOut(int size)
Pointer.position(int).public AVFilterInOut(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVFilterInOut position(int position)
@Cast(value="char*") public BytePointer name()
public avfilter.AVFilterInOut name(BytePointer name)
public avfilter.AVFilterContext filter_ctx()
public avfilter.AVFilterInOut filter_ctx(avfilter.AVFilterContext filter_ctx)
public int pad_idx()
public avfilter.AVFilterInOut pad_idx(int pad_idx)
public avfilter.AVFilterInOut next()
public avfilter.AVFilterInOut next(avfilter.AVFilterInOut next)
Copyright © 2015. All Rights Reserved.