@Properties(inherit=avfilter.class) public class AVABufferSinkParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVABufferSinkParams()
Default native constructor.
|
AVABufferSinkParams(long size)
Native array allocator.
|
AVABufferSinkParams(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
all_channel_counts()
if not 0, accept any channel count or layout
|
AVABufferSinkParams |
all_channel_counts(int setter) |
IntPointer |
channel_counts()
list of allowed channel counts, terminated by -1
|
LongPointer |
channel_layouts()
list of allowed channel layouts, terminated by -1
|
AVABufferSinkParams |
position(long position) |
IntPointer |
sample_fmts()
list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE
|
IntPointer |
sample_rates()
list of allowed sample rates, terminated by -1
|
AVABufferSinkParams |
sample_rates(IntPointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVABufferSinkParams()
public AVABufferSinkParams(long size)
Pointer.position(long).public AVABufferSinkParams(Pointer p)
Pointer.Pointer(Pointer).public AVABufferSinkParams position(long position)
@MemberGetter @Cast(value="const AVSampleFormat*") public IntPointer sample_fmts()
@MemberGetter @Cast(value="const int64_t*") public LongPointer channel_layouts()
@MemberGetter @Const public IntPointer channel_counts()
public int all_channel_counts()
public AVABufferSinkParams all_channel_counts(int setter)
public IntPointer sample_rates()
public AVABufferSinkParams sample_rates(IntPointer setter)
Copyright © 2019. All rights reserved.