Ejemplo n.º 1
0
 public static extern void av_resample_close(ref AVResampleContext pAVResampleContext);
Ejemplo n.º 2
0
 public static extern void av_resample_compensate(ref AVResampleContext pAVResampleContext, int sample_delta, int compensation_distance);
Ejemplo n.º 3
0
 public static extern int av_resample(ref AVResampleContext pAVResampleContext, [In, Out]short[] dst, [In, Out]short[] src,
     ref int consumed, int src_size, int dst_size, int udpate_ctx);
Ejemplo n.º 4
0
 public static extern void av_resample_close(AVResampleContext* c);
Ejemplo n.º 5
0
 public static extern int av_resample(AVResampleContext* c, short* dst, short* src, int* consumed, int src_size, int dst_size, int update_ctx);
Ejemplo n.º 6
0
 public static extern void av_resample_compensate(AVResampleContext* @c, int @sample_delta, int @compensation_distance);
Ejemplo n.º 7
0
 public static extern int av_resample(AVResampleContext* @c, short* @dst, short* @src, int* @consumed, int @src_size, int @dst_size, int @update_ctx);