Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVFilterBufferRefAudioProps()
Default native constructor.
|
AVFilterBufferRefAudioProps(int size)
Native array allocator.
|
AVFilterBufferRefAudioProps(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
channel_layout()
channel layout of audio buffer
|
avfilter.AVFilterBufferRefAudioProps |
channel_layout(long channel_layout) |
int |
channels()
number of channels (do not access directly)
|
avfilter.AVFilterBufferRefAudioProps |
channels(int channels) |
int |
nb_samples()
number of audio samples per channel
|
avfilter.AVFilterBufferRefAudioProps |
nb_samples(int nb_samples) |
avfilter.AVFilterBufferRefAudioProps |
position(int position) |
int |
sample_rate()
audio buffer sample rate
|
avfilter.AVFilterBufferRefAudioProps |
sample_rate(int sample_rate) |
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 AVFilterBufferRefAudioProps()
public AVFilterBufferRefAudioProps(int size)
Pointer.position(int).public AVFilterBufferRefAudioProps(Pointer p)
Pointer.Pointer(Pointer).public avfilter.AVFilterBufferRefAudioProps position(int position)
public avfilter.AVFilterBufferRefAudioProps channel_layout(long channel_layout)
public int nb_samples()
public avfilter.AVFilterBufferRefAudioProps nb_samples(int nb_samples)
public int sample_rate()
public avfilter.AVFilterBufferRefAudioProps sample_rate(int sample_rate)
public int channels()
public avfilter.AVFilterBufferRefAudioProps channels(int channels)
Copyright © 2015. All Rights Reserved.