Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVABufferSinkParams() |
AVABufferSinkParams(int size) |
AVABufferSinkParams(Pointer p) |
| 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)
public AVABufferSinkParams(Pointer p)
public avfilter.AVABufferSinkParams position(int position)
public IntPointer sample_fmts()
public LongPointer channel_layouts()
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 © 2014. All Rights Reserved.