| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVResampleContext |
avcodec.av_resample_init(int out_rate,
int in_rate,
int filter_length,
int log2_phase_count,
int linear,
double cutoff)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_resample_close(avcodec.AVResampleContext c)
Deprecated.
|
static void |
avcodec.av_resample_compensate(avcodec.AVResampleContext c,
int sample_delta,
int compensation_distance)
Deprecated.
|
static int |
avcodec.av_resample(avcodec.AVResampleContext c,
short[] dst,
short[] src,
int[] consumed,
int src_size,
int dst_size,
int update_ctx)
Deprecated.
|
static int |
avcodec.av_resample(avcodec.AVResampleContext c,
ShortBuffer dst,
ShortBuffer src,
IntBuffer consumed,
int src_size,
int dst_size,
int update_ctx)
Deprecated.
|
static int |
avcodec.av_resample(avcodec.AVResampleContext c,
ShortPointer dst,
ShortPointer src,
IntPointer consumed,
int src_size,
int dst_size,
int update_ctx)
Deprecated.
|
Copyright © 2015. All Rights Reserved.