| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.audio(avfilter.AVFilterBufferRefAudioProps audio) |
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(byte[] data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
int channels,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(ByteBuffer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
int channels,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(BytePointer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
int channels,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(PointerPointer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
int channels,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays(byte[] data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays(ByteBuffer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays(BytePointer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_audio_buffer_ref_from_arrays(PointerPointer data,
int linesize,
int perms,
int nb_samples,
int sample_fmt,
long channel_layout)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_video_buffer_ref_from_arrays(byte[] data,
int[] linesize,
int perms,
int w,
int h,
int format)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_video_buffer_ref_from_arrays(ByteBuffer data,
IntBuffer linesize,
int perms,
int w,
int h,
int format)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_video_buffer_ref_from_arrays(BytePointer data,
IntPointer linesize,
int perms,
int w,
int h,
int format)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_get_video_buffer_ref_from_arrays(PointerPointer data,
IntPointer linesize,
int perms,
int w,
int h,
int format)
Deprecated.
|
static avfilter.AVFilterBufferRef |
avfilter.avfilter_ref_buffer(avfilter.AVFilterBufferRef ref,
int pmask)
Deprecated.
|
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.buf(avfilter.AVFilterBuffer buf) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterLink.cur_buf_copy()
The buffer reference currently being received across the link by the
destination filter.
|
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.data(int i,
BytePointer data) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.extended_data(int i,
BytePointer extended_data) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.format(int format) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.linesize(int i,
int linesize) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.metadata(avutil.AVDictionary metadata) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.perms(int perms) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.pos(long pos) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.position(int position) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.pts(long pts) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.type(int type) |
avfilter.AVFilterBufferRef |
avfilter.AVFilterBufferRef.video(avfilter.AVFilterBufferRefVideoProps video) |
Copyright © 2015. All Rights Reserved.