Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVFilterBufferRefAudioProps() |
AVFilterBufferRefAudioProps(int size) |
AVFilterBufferRefAudioProps(Pointer p) |
| 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)
public AVFilterBufferRefAudioProps(Pointer p)
public avfilter.AVFilterBufferRefAudioProps position(int position)
public long channel_layout()
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 © 2014. All Rights Reserved.