Esempio n. 1
0
 public static extern void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance);
Esempio n. 2
0
 public static extern void av_resample_close(AVResampleContext *c);
Esempio n. 3
0
 public static extern int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);