@Properties(inherit=avfilter.class) public class AVFilterGraphSegment extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVFilterGraphSegment()
Default native constructor.
|
AVFilterGraphSegment(long size)
Native array allocator.
|
AVFilterGraphSegment(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PointerPointer |
chains() |
AVFilterChain |
chains(int i)
A list of filter chain contained in this segment.
|
AVFilterGraphSegment |
chains(int i,
AVFilterChain setter) |
AVFilterGraphSegment |
chains(PointerPointer setter) |
AVFilterGraphSegment |
getPointer(long i) |
AVFilterGraph |
graph()
The filtergraph this segment is associated with.
|
AVFilterGraphSegment |
graph(AVFilterGraph setter) |
long |
nb_chains() |
AVFilterGraphSegment |
nb_chains(long setter) |
AVFilterGraphSegment |
position(long position) |
BytePointer |
scale_sws_opts()
A string containing a colon-separated list of key=value options applied
to all scale filters in this segment.
|
AVFilterGraphSegment |
scale_sws_opts(BytePointer 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 AVFilterGraphSegment()
public AVFilterGraphSegment(long size)
Pointer.position(long)
.public AVFilterGraphSegment(Pointer p)
Pointer(Pointer)
.public AVFilterGraphSegment position(long position)
public AVFilterGraphSegment getPointer(long i)
getPointer
in class Pointer
public AVFilterGraph graph()
public AVFilterGraphSegment graph(AVFilterGraph setter)
public AVFilterChain chains(int i)
public AVFilterGraphSegment chains(int i, AVFilterChain setter)
@Cast(value="AVFilterChain**") public PointerPointer chains()
public AVFilterGraphSegment chains(PointerPointer setter)
public AVFilterGraphSegment nb_chains(long setter)
@Cast(value="char*") public BytePointer scale_sws_opts()
public AVFilterGraphSegment scale_sws_opts(BytePointer setter)
Copyright © 2024. All rights reserved.