Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVABufferSinkParams()
Default native constructor.
|
AVABufferSinkParams(int 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
|
avfilter.AVABufferSinkParams |
all_channel_counts(int all_channel_counts) |
IntPointer |
channel_counts()
list of allowed channel counts, terminated by -1
|
LongPointer |
channel_layouts()
list of allowed channel layouts, terminated by -1
|
avfilter.AVABufferSinkParams |
position(int 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
|
avfilter.AVABufferSinkParams |
sample_rates(IntPointer sample_rates) |
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 AVABufferSinkParams()
public AVABufferSinkParams(int size)
Pointer.position(int).public AVABufferSinkParams(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVABufferSinkParams position(int position)
@MemberGetter @Cast(value="const AVSampleFormat*") public IntPointer sample_fmts()
@MemberGetter @Const public LongPointer channel_layouts()
@MemberGetter @Const public IntPointer channel_counts()
public int all_channel_counts()
public avfilter.AVABufferSinkParams all_channel_counts(int all_channel_counts)
public IntPointer sample_rates()
public avfilter.AVABufferSinkParams sample_rates(IntPointer sample_rates)
Copyright © 2015. All Rights Reserved.