| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.ReSampleContext |
avcodec.av_audio_resample_init(int output_channels,
int input_channels,
int output_rate,
int input_rate,
int sample_fmt_out,
int sample_fmt_in,
int filter_length,
int log2_phase_count,
int linear,
double cutoff)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.audio_resample_close(avcodec.ReSampleContext s)
Deprecated.
|
static int |
avcodec.audio_resample(avcodec.ReSampleContext s,
short[] output,
short[] input,
int nb_samples)
Deprecated.
|
static int |
avcodec.audio_resample(avcodec.ReSampleContext s,
ShortBuffer output,
ShortBuffer input,
int nb_samples)
Deprecated.
|
static int |
avcodec.audio_resample(avcodec.ReSampleContext s,
ShortPointer output,
ShortPointer input,
int nb_samples)
Deprecated.
|
Copyright © 2016. All rights reserved.