Example #1
0
 public static extern void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance);
Example #2
0
 public static extern void av_resample_close(AVResampleContext *c);
Example #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);